Show More
@@ -1760,6 +1760,7 b' class progress(object):' | |||||
1760 | self._updatebar(self.topic, self.pos, b"", self.unit, self.total) |
|
1760 | self._updatebar(self.topic, self.pos, b"", self.unit, self.total) | |
1761 |
|
1761 | |||
1762 | def _printdebug(self, item): |
|
1762 | def _printdebug(self, item): | |
|
1763 | unit = b'' | |||
1763 | if self.unit: |
|
1764 | if self.unit: | |
1764 | unit = b' ' + self.unit |
|
1765 | unit = b' ' + self.unit | |
1765 | if item: |
|
1766 | if item: |
General Comments 0
You need to be logged in to leave comments.
Login now