-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix cancelled download bug #344
Conversation
Codecov Report
@@ Coverage Diff @@
## master #344 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 30 30
Lines 2934 2934
=======================================
Hits 2878 2878
Misses 56 56 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so when you do download with force_overwrite=True the download works. this solution is for the default case force_overwrite=False when the download is failing for some reason.
could we also display a message when the checksum for the archives do not match so that the users try to download the dataset with force_overwrite=True?
ok done! |
As I said on #326
When it is downloading a remote zip if I cancel it (^C) (or internet breaks down) and I come back to download the remote a sha related error shows up :S. This is because the corrupt .zip (half-downloaded) is not removed