##// END OF EJS Templates
scmutil: fix an unbound variable with progressbar debug enabled...
Matt Harbison -
r44520:089255b1 default
parent child Browse files
Show More
@@ -1760,6 +1760,7 b' class progress(object):'
1760 1760 self._updatebar(self.topic, self.pos, b"", self.unit, self.total)
1761 1761
1762 1762 def _printdebug(self, item):
1763 unit = b''
1763 1764 if self.unit:
1764 1765 unit = b' ' + self.unit
1765 1766 if item:
General Comments 0
You need to be logged in to leave comments. Login now