Skip to content

Commit

Permalink
[processing] fixed issue when running models in a batch process
Browse files Browse the repository at this point in the history
Fixes #11438
  • Loading branch information
volaya committed Oct 18, 2014
1 parent b1e7ede commit de91734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -176,6 +176,7 @@ def executeAlgorithmAsBatchProcess(self):
item = self.algorithmTree.currentItem()
if isinstance(item, TreeAlgorithmItem):
alg = Processing.getAlgorithm(item.alg.commandLineName())
alg = alg.getCopy()
dlg = BatchProcessingDialog(alg)
dlg.exec_()

Expand Down

0 comments on commit de91734

Please sign in to comment.