Skip to content

Commit

Permalink
[processing] fixed exporting model to python (replaced 'Processing' r…
Browse files Browse the repository at this point in the history
…eference with 'processing')
  • Loading branch information
volaya committed Mar 27, 2014
1 parent ad6d2b4 commit 3c7a680
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ def translateToPythonCode(self, model):
iMultiple = 0
for alg in model.algs:
multiple = []
runline = 'outputs_' + str(i) + '=Processing.runalg("' \
runline = 'outputs_' + str(i) + '=processing.runalg("' \
+ alg.commandLineName() + '"'
for param in alg.parameters:
aap = model.algParameters[i][param.name]
Expand Down

0 comments on commit 3c7a680

Please sign in to comment.