Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
alexbruy committed Aug 23, 2016
1 parent e0229ad commit 6475fd2
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):
QCoreApplication.processEvents()

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

def setParamValues(self):
pass
Expand Down

0 comments on commit 6475fd2

Please sign in to comment.