Show More
@@ -588,7 +588,9 b' class _gitlfsremote(object):' | |||
|
588 | 588 | else: |
|
589 | 589 | oids = transfer(sorted(objects, key=lambda o: o.get(b'oid'))) |
|
590 | 590 | |
|
591 |
with self.ui.makeprogress( |
|
|
591 | with self.ui.makeprogress( | |
|
592 | topic, unit=_(b"bytes"), total=total | |
|
593 | ) as progress: | |
|
592 | 594 | progress.update(0) |
|
593 | 595 | processed = 0 |
|
594 | 596 | blobs = 0 |
General Comments 0
You need to be logged in to leave comments.
Login now