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
  • Loading branch information
nyalldawson committed Nov 29, 2018
1 parent 23a4fb6 commit d207251
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 d207251

Please sign in to comment.