We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaf8b5 commit c8b9018Copy full SHA for c8b9018
python/plugins/processing/gui/AlgorithmDialog.py
@@ -63,7 +63,7 @@ def setParamValues(self):
63
continue
64
if not self.setParamValue(
65
param, self.mainWidget.valueItems[param.name]):
66
- raise algHelp.InvalidParameterValue(param,
+ raise AlgorithmDialogBase.InvalidParameterValue(param,
67
self.mainWidget.valueItems[param.name])
68
69
for param in params:
0 commit comments