Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fixes issue in saga with multiple inputs
  • Loading branch information
volaya committed Sep 21, 2013
1 parent c258ab8 commit 2d60144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/saga/SagaAlgorithm.py
Expand Up @@ -231,7 +231,7 @@ def processAlgorithm(self, progress):
if not layerfile.endswith("sgrd"):
exportCommand = self.exportRasterLayer(layerfile)
if exportCommand is not None:
commands.append()
commands.append(exportCommand)
if self.resample:
commands.append(self.resampleRasterLayer(layerfile));
elif param.datatype == ParameterMultipleInput.TYPE_VECTOR_ANY:
Expand Down

0 comments on commit 2d60144

Please sign in to comment.