melizalab / neurobank

management system for experimental data
GNU General Public License v2.0
0 stars 1 forks source link

os.chown should fail gracefully #13

Closed dmeliza closed 6 years ago

dmeliza commented 6 years ago

If the policy requires files to be owned by someone other than the depositing user, os.chown fails very non-gracefully. May not be possible to actually change ownership, but should try changing group and keep going if either or both fail.