valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Update permissions for compressed output files #125

Open noorula opened 7 months ago

noorula commented 7 months ago

When using valohai.outputs(<output_file>) files are created with -rw-r--r--. However, when using valohai.outputs(<output_file>).compress() files are created with -rw-------. It would make sense to have at least read access if not also write access for all users.