##// END OF EJS Templates
progress: flush stderr after clearing...
Kyle Lippincott -
r44485:4e0a6d15 stable
parent child Browse files
Show More
@@ -193,6 +193,7 b' class progbar(object):'
193 193 if not self.printed or not self.lastprint or not shouldprint(self.ui):
194 194 return
195 195 self._writeerr(b'\r%s\r' % (b' ' * self.width()))
196 self._flusherr()
196 197 if self.printed:
197 198 # force immediate re-paint of progress bar
198 199 self.lastprint = 0
General Comments 0
You need to be logged in to leave comments. Login now