Skip to content

Commit

Permalink
[processing] Fix run as batch mode doesn't execute
Browse files Browse the repository at this point in the history
Fixes #20650

(cherry picked from commit d207251)
  • Loading branch information
nyalldawson committed Nov 29, 2018
1 parent 71bbd71 commit 251ee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/BatchAlgorithmDialog.py
Expand Up @@ -70,7 +70,7 @@ def __init__(self, alg, parent=None):
self.setMainWidget(BatchPanel(self, self.algorithm()))
self.hideShortHelp()

def accept(self):
def runAlgorithm(self):
alg_parameters = []

feedback = self.createFeedback()
Expand Down

0 comments on commit 251ee2b

Please sign in to comment.