Skip to content

Commit

Permalink
[bugfix] [saga] Fix saga_cmd command with multiple outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Jan 13, 2020
1 parent 524e1b0 commit 34abf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaAlgorithm.py
Expand Up @@ -326,7 +326,7 @@ def processAlgorithm(self, parameters, context, feedback):

output_files[out.name()] = filePath
command += ' -{} "{}"'.format(out.name(), filePath)
commands.append(command)
commands.append(command)

# special treatment for RGB algorithm
# TODO: improve this and put this code somewhere else
Expand Down

0 comments on commit 34abf15

Please sign in to comment.