Open psadil opened 6 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
human_size
bytes
For a large download, the size of a download is reported as for example
The
human_size
function already provides the units, and so the extrabytes
is not needed https://github.com/NDAR/nda-tools/blob/f459a028ff209484311f9e61303f39e21d4d448d/NDATools/Download.py#L327