We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0b2e1 commit 9bfa1d1Copy full SHA for 9bfa1d1
examples/pull-progress/main.py
@@ -13,7 +13,7 @@
13
continue
14
15
if digest not in bars and (total := progress.get('total')):
16
- bars[digest] = tqdm(total=total, desc=f'pushing {digest[7:19]}', unit='B', unit_scale=True)
+ bars[digest] = tqdm(total=total, desc=f'pulling {digest[7:19]}', unit='B', unit_scale=True)
17
18
if completed := progress.get('completed'):
19
bars[digest].update(completed - bars[digest].n)
0 commit comments