Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 20, 2018
1 parent 6a26256 commit 6412138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/TestTools.py
Expand Up @@ -225,7 +225,7 @@ def createTest(text):
params[param.name()] = token
elif isinstance(param, QgsProcessingParameterBoolean):
params[param.name()] = token
elif isinstance(param, (QgsProcessingParameterNumber,QgsProcessingParameterDistance)):
elif isinstance(param, (QgsProcessingParameterNumber, QgsProcessingParameterDistance)):
if param.dataType() == QgsProcessingParameterNumber.Integer:
params[param.name()] = int(token)
else:
Expand Down

0 comments on commit 6412138

Please sign in to comment.