Skip to content

Commit be6c073

Browse files
committedMar 5, 2019
fix 9f1fcb7
1 parent 8bef710 commit be6c073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/algs/saga/SagaParameters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ def create_parameter_from_line(line):
7171
params[4] = True if params[4].lower() == 'true' else False
7272
param = SagaImageOutputParam(*params)
7373
param.setDescription(QCoreApplication.translate("SAGAAlgorithm", param.description()))
74+
return param
7475
else:
7576
return getParameterFromString(line, "SAGAAlgorithm")

0 commit comments

Comments
 (0)
Please sign in to comment.