Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fix exception when clicking help button in modeler
Fixes #40453

(cherry picked from commit 50696f9)
  • Loading branch information
roya0045 authored and nyalldawson committed Dec 6, 2020
1 parent e3ae543 commit 4be7d95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/modeler/ModelerParametersDialog.py
Expand Up @@ -92,6 +92,9 @@ def __init__(self, alg, model, algName=None, configuration=None):
mainLayout.addWidget(self.buttonBox)
self.setLayout(mainLayout)

def algorithm(self):
return self._alg

def setComments(self, text):
self.widget.setComments(text)

Expand Down

0 comments on commit 4be7d95

Please sign in to comment.