##// END OF EJS Templates
progress: fix indentation
Martin Geisler -
r16676:654b9e19 default
parent child Browse files
Show More
@@ -237,7 +237,7 b' class progbar(object):'
237 # truncate the list of topics assuming all topics within
237 # truncate the list of topics assuming all topics within
238 # this one are also closed
238 # this one are also closed
239 if topic in self.topics:
239 if topic in self.topics:
240 self.topics = self.topics[:self.topics.index(topic)]
240 self.topics = self.topics[:self.topics.index(topic)]
241 else:
241 else:
242 if topic not in self.topics:
242 if topic not in self.topics:
243 self.starttimes[topic] = now
243 self.starttimes[topic] = now
General Comments 0
You need to be logged in to leave comments. Login now