NDAR / nda-tools

Python package for interacting with NDA web services. Used to validate, submit, and download data to and from NDA.
MIT License
48 stars 22 forks source link

fix resume bug #30

Closed Roxbili closed 3 years ago

Roxbili commented 3 years ago

I find the program will restart all file when I use '-r' parameter to continue downloading. I locate the problem in prev_local_filename and fix it.