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 2e6485f commit 21bafccCopy full SHA for 21bafcc
dvc/progress.py
@@ -20,7 +20,7 @@ def __enter__(self):
20
Creates a blank initial dummy progress bar if needed so that workers
21
are forced to create "nested" bars.
22
"""
23
- blank_bar = Tqdm(bar_format="Multi-Threaded:", leave=False)
+ blank_bar = Tqdm(bar_format="", leave=False)
24
if blank_bar.pos > 0:
25
# already nested - don't need a placeholder bar
26
blank_bar.close()
0 commit comments