265
265
self._total_byte_count = 0
266
266
self._bytes_since_update = 0
267
267
self._bytes_by_direction = {'unknown': 0, 'read': 0, 'write': 0}
269
270
# force the progress bar to be off, as at the moment it doesn't
270
271
# correspond reliably to overall command progress