Skip to content
Permalink
Browse files
fix typo
  • Loading branch information
alexbruy committed Aug 23, 2016
1 parent 3951f15 commit 06698cd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 06698cd

Please sign in to comment.