Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downloader: partial downloads are marked as success: #140

Open
psaiz opened this issue Nov 20, 2023 · 0 comments
Open

downloader: partial downloads are marked as success: #140

psaiz opened this issue Nov 20, 2023 · 0 comments

Comments

@psaiz
Copy link

psaiz commented Nov 20, 2023

[psaiz@aiadm81 ~]$ cernopendata-client download-files --filter-range 1 --recid 14
==> Downloading file 1 of 1
  -> File 00459D48-EB70-E011-AF09-90E6BA19A252.root is incomplete. Resuming download.
  -> File: ./14/00459D48-EB70-E011-AF09-90E6BA19A252.root
  -> Progress: 61758/1486456 KiB (4%)
==> Success!
[psaiz@aiadm81 ~]$ ls 14/00459D48-EB70-E011-AF09-90E6BA19A252.root -al
-rw-r--r--. 1 psaiz z2 63240651 Nov 20 11:56 14/00459D48-EB70-E011-AF09-90E6BA19A252.root
[psaiz@aiadm81 ~]$ cernopendata-client download-files --filter-range 1 --recid 14
==> Downloading file 1 of 1
  -> File 00459D48-EB70-E011-AF09-90E6BA19A252.root is incomplete. Resuming download.
  -> File: ./14/00459D48-EB70-E011-AF09-90E6BA19A252.root
  -> Progress: 93190/1486456 KiB (6%)
==> Success!
[psaiz@aiadm81 ~]$ ls 14/00459D48-EB70-E011-AF09-90E6BA19A252.root -altdh
-rw-r--r--. 1 psaiz z2 92M Nov 20 11:57 14/00459D48-EB70-E011-AF09-90E6BA19A252.root
[psaiz@aiadm81 ~]$ 

The message of succes should not be there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant