Show More
@@ -166,6 +166,9 b' class progbar(object):' | |||||
166 | if not shouldprint(self.ui): |
|
166 | if not shouldprint(self.ui): | |
167 | return |
|
167 | return | |
168 | sys.stderr.write('\r%s\r' % (' ' * self.width())) |
|
168 | sys.stderr.write('\r%s\r' % (' ' * self.width())) | |
|
169 | if self.printed: | |||
|
170 | # force immediate re-paint of progress bar | |||
|
171 | self.lastprint = 0 | |||
169 |
|
172 | |||
170 | def complete(self): |
|
173 | def complete(self): | |
171 | if not shouldprint(self.ui): |
|
174 | if not shouldprint(self.ui): |
General Comments 0
You need to be logged in to leave comments.
Login now