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 8bef710 commit be6c073Copy full SHA for be6c073
python/plugins/processing/algs/saga/SagaParameters.py
@@ -71,5 +71,6 @@ def create_parameter_from_line(line):
71
params[4] = True if params[4].lower() == 'true' else False
72
param = SagaImageOutputParam(*params)
73
param.setDescription(QCoreApplication.translate("SAGAAlgorithm", param.description()))
74
+ return param
75
else:
76
return getParameterFromString(line, "SAGAAlgorithm")
0 commit comments