Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upload: use copy without metadata if the file cannot be renamed
... to transfer the upload to its target directory. For some reason, a plain shutil.move call would fail on the OSH production hub with SELinux enabled with a Permission denied error due to some relabelling problems. However, copying without metadata works fine and it should not introduce any regressions. Related: openscanhub/openscanhub#180
- Loading branch information