-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
enhancementEnhances DVCEnhances DVCgood first issuep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to doresearchuiuser interface / interactionuser interface / interaction
Description
When you run even a simple dvc pull for a single dvc file for a project that has only one data file it still shows the Multi threaded prefix before the progress bar.
git clone https://github.com/iterative/example-get-started
cd example-get-started
dvc pull
outputs some like:
Multi-Threaded:
17%|█▋ |data/prepared/train.ts...
Commands like dvc pull, dvc push, etc are affected. I would expect to see something meaningful instead: Downloading files (multiple threads) or even w/o multiple threads.
Sometimes this Multi-Threaded: is blinking and replacing the progress bar itself which makes experience even worse.
Metadata
Metadata
Assignees
Labels
enhancementEnhances DVCEnhances DVCgood first issuep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to doresearchuiuser interface / interactionuser interface / interaction