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 6a26256 commit 6412138Copy full SHA for 6412138
python/plugins/processing/gui/TestTools.py
@@ -225,7 +225,7 @@ def createTest(text):
225
params[param.name()] = token
226
elif isinstance(param, QgsProcessingParameterBoolean):
227
228
- elif isinstance(param, (QgsProcessingParameterNumber,QgsProcessingParameterDistance)):
+ elif isinstance(param, (QgsProcessingParameterNumber, QgsProcessingParameterDistance)):
229
if param.dataType() == QgsProcessingParameterNumber.Integer:
230
params[param.name()] = int(token)
231
else:
0 commit comments