We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent aa81235 commit c7ac4feCopy full SHA for c7ac4fe
python/plugins/processing/gui/AlgorithmDialog.py
@@ -130,12 +130,6 @@ def getParameterValues(self):
130
value = wrapper.parameterValue()
131
parameters[param.name()] = value
132
133
- wrapper = self.mainWidget().wrappers[param.name()]
134
- value = None
135
- if wrapper.widget is not None:
136
- value = wrapper.value()
137
- parameters[param.name()] = value
138
-
139
if not param.checkValueIsAcceptable(value):
140
raise AlgorithmDialogBase.InvalidParameterValue(param, widget)
141
else:
0 commit comments