Merge pull request #31899 from paulwittle/master

Update general.py
This commit is contained in:
Matthias Kuhn 2019-09-20 18:48:10 +02:00 committed by GitHub
commit 54dda46e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ def createAlgorithmDialog(algOrName, parameters={}):
alg = QgsApplication.processingRegistry().createAlgorithmById(algOrName)
if alg is None:
return False
return None
dlg = alg.createCustomParametersWidget(iface.mainWindow())