Overview
When storage is local (copy_file) on dvc pull first pbar is displayed as normal one (self.pos = 0) and all others are nested
Description
When we do remote.download for all scheme except local there are main bar
So only first pbar is normal, and all others are nested
$ dvc push grand_files
51% grand_files/1/file-1|█████████████████████████████████████████████ |164M/320M [00:14<00:07, 21.1MB/s]
38%|███▊ |grand_files/1/another-file-1 122M/320M [00:14<00:18, 11.3MB/s]
66%|██████▋ |grand_files/1/second-file-1 212M/320M [00:14<00:08, 13.0MB/s]
35%|███▌ |grand_files/1/third-file
but expects that all pbars are as 1-pbar
Relates other commands as well:
$ dvc import ../repo grand_files
Importing 'grand_files (../repo)' -> 'grand_files'
56% grand_files.9vFFJ8yBMA9QLmwq5PL7xj.tmp/1/second-file-1|██████████████████████████████ |178M/320M [00:03<00:06, 23.8MB/s]
54%|█████▍ |grand_files.9vFFJ8yBMA9QLmwq5PL7xj.tmp/1/another-file-1 174M/320M [00:03<00:06, 23.1MB/s]
57%|█████▋ |grand_files.9vFFJ8yBMA9QLmwq5PL7xj.tmp/1/file-1 181M/320M [00:03<00:06, 23.0MB/s]
54%|█████▍ |grand_files.9vFFJ8yBMA9QLmwq5PL7xj.tmp/1/third-file-1
$ dvc pull -j3 grand_files
78% ../../../../../../../tmp/tmp3zld67wsdvc-erepo/grand_files/1/another-file-1|██████████████████████████▍ |249M/320M [00:04<00:03, 21.7MB/s]
80%|████████ |../../../../../../../tmp/tmp3zld67wsdvc-erepo/grand_files/1/file-1 256M/320M [00:05<00:04, 15.2MB/s]
93%|█████████▎|../../../../../../../tmp/tmp3zld67wsdvc-erepo/grand_files/1/second-file-1 297M/320M [00:04<00:01, 21.5MB/s]
Relates:
Please provide information about your setup
$ dvc --version
0.87.0+f05e6e
Overview
When storage is local (copy_file) on
dvc pullfirst pbar is displayed as normal one (self.pos = 0) and all others are nestedDescription
When we do remote.download for all scheme except local there are main bar
So only first pbar is normal, and all others are nested
but expects that all pbars are as 1-pbar
Relates other commands as well:
Relates:
Please provide information about your setup