Skip to content
Snippets Groups Projects
Commit 0d7d3237 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix a variable name typo in output/dialog.py

parent 99f95b85
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ class GaugeOutput(Output):
time.sleep(0.4)
def warn(self, msg, new_line=True):
self.d.gauge_update(self.index, "%s Warning: %s" % (self.msg, msg),
self.d.gauge_update(self.percent, "%s Warning: %s" % (self.msg, msg),
update_text=True)
time.sleep(0.4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment