Skip to content

Commit 7dba29c

Browse files
committed
fix typo
1 parent 5fe55b8 commit 7dba29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/gui/AlgorithmDialogBase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def setText(self, text):
172172
QCoreApplication.processEvents()
173173

174174
def error(self, text):
175-
self.setInfo(msg, error=True)
175+
self.setInfo(text, error=True)
176176

177177
def setParamValues(self):
178178
pass

0 commit comments

Comments
 (0)