Revision 0d7d3237 image_creator/output/dialog.py
b/image_creator/output/dialog.py | ||
---|---|---|
67 | 67 |
time.sleep(0.4) |
68 | 68 |
|
69 | 69 |
def warn(self, msg, new_line=True): |
70 |
self.d.gauge_update(self.index, "%s Warning: %s" % (self.msg, msg),
|
|
70 |
self.d.gauge_update(self.percent, "%s Warning: %s" % (self.msg, msg),
|
|
71 | 71 |
update_text=True) |
72 | 72 |
time.sleep(0.4) |
73 | 73 |
|
Also available in: Unified diff