NDAR / nda-tools

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

Small typo in Download Progress Report #99

Open psadil opened 2 months ago

psadil commented 2 months ago

For a large download, the size of a download is reported as for example

Last 50 files contained ~ 23.49GB bytes [...]

The human_size function already provides the units, and so the extra bytes is not needed https://github.com/NDAR/nda-tools/blob/f459a028ff209484311f9e61303f39e21d4d448d/NDATools/Download.py#L327