Closed tiborsimko closed 4 years ago
Here's easier/faster use case:
$ cernopendata-client download-files --recid 5500 --filter-regexp '\.cc$'
==> Downloading file 1 of 3
==> Downloading file: ./5500/HiggsDemoAnalyzer.cc
==> Downloading file 2 of 3%)
==> Downloading file: ./5500/M4Lnormdatall.cc
==> Downloading file 3 of 3%)
==> Downloading file: ./5500/M4Lnormdatall_lvl3.cc
Downloading: 15/15 kiB (100%)
Download completed!
Note "2 of 3%", "3 of 3%" with artefacts remaining from the progress bar report.
Will look into it. 👍
Observation: the progress bar, once a file is downloaded, makes the display broken a bit, see:
Note the
Downloading file 2 of 2kiB (100%)
part where some bits remained from the previous progress bar.Mentioning just for completeness; if you don't have a quick solution, we can also address this cosmetics issues later via another separate issue...
_Originally posted by @tiborsimko in https://github.com/cernopendata/cernopendata-client/pull/44#discussion_r488713708_