qbicsoftware / postman-cli

A client software for dataset request and download from openBIS
MIT License
2 stars 1 forks source link

Skip empty files when downloading #141

Closed KochTobi closed 1 year ago

KochTobi commented 1 year ago

This PR addresses an issue with empty files. Previously empty files were skipped but postman-cli tried to write the checksum file. This led to errors as the directory was not created and the file was not downloaded. The issue is addressed by skipping empty files completely and stating a warning in the log.