Skip to content

Commit

Permalink
fix typo 1369794 @alexbruy [processing] add missed error() method
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Aug 25, 2016
1 parent eb95f2f commit 6a309ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/AlgorithmDialogBase.py
Expand Up @@ -172,7 +172,7 @@ def setText(self, text):
self.setInfo(text, False) self.setInfo(text, False)
QCoreApplication.processEvents() QCoreApplication.processEvents()


def error(self, mgs): def error(self, msg):
self.setInfo(msg, error=True) self.setInfo(msg, error=True)


def setParamValues(self): def setParamValues(self):
Expand Down

0 comments on commit 6a309ed

Please sign in to comment.