Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[manuf] Change log file move method in orchestrator
shutil.move() is more robust than os.rename(). If the source and destination are on different partitions, os.rename() throws "OSError: [Errno 18] Invalid cross-device link". Signed-off-by: Noah Moroze <[email protected]>
- Loading branch information