Skip to content
Permalink
Browse files
fix typo 1369794 @alexbruy [processing] add missed error() method
  • Loading branch information
rldhont committed Aug 25, 2016
1 parent eb95f2f commit 6a309ed
Showing 1 changed file with 1 addition and 1 deletion.
@@ -172,7 +172,7 @@ def setText(self, text):
self.setInfo(text, False)
QCoreApplication.processEvents()

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

def setParamValues(self):

0 comments on commit 6a309ed

Please sign in to comment.