diff --git a/python/plugins/processing/tools/general.py b/python/plugins/processing/tools/general.py index 737d1e6513f..a5580989502 100644 --- a/python/plugins/processing/tools/general.py +++ b/python/plugins/processing/tools/general.py @@ -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())