Show More
@@ -155,7 +155,7 b' class progbar(object):' | |||||
155 | if pos is None: |
|
155 | if pos is None: | |
156 | if self.topics and self.topics[-1] == topic and self.printed: |
|
156 | if self.topics and self.topics[-1] == topic and self.printed: | |
157 | self.complete() |
|
157 | self.complete() | |
158 | self.resetstate() |
|
158 | self.resetstate() | |
159 | else: |
|
159 | else: | |
160 | if topic not in self.topics: |
|
160 | if topic not in self.topics: | |
161 | self.topics.append(topic) |
|
161 | self.topics.append(topic) |
General Comments 0
You need to be logged in to leave comments.
Login now