##// END OF EJS Templates
progress: fix adding format elements after the progress bar...
Augie Fackler -
r13146:43575c67 default
parent child Browse files
Show More
@@ -131,7 +131,7 b' class progbar(object):'
131 131 if not needprogress:
132 132 head = spacejoin(head, add)
133 133 else:
134 tail = spacejoin(add, tail)
134 tail = spacejoin(tail, add)
135 135 if needprogress:
136 136 used = 0
137 137 if head:
General Comments 0
You need to be logged in to leave comments. Login now