Duke-GCB / DukeDSClient

Command line program to allow uploading, downloading, and managing projects in the duke-data-service.
MIT License
5 stars 6 forks source link

download too few bytes retrying fix #215

Closed johnbradley closed 6 years ago

johnbradley commented 6 years ago

Resets actual_bytes_read before trying/retrying download files. On a retry _verify_download_complete will not erronously fail.

Fixes #214