commit | 4938ca0b98e44d5471b87b378fe6f957c68bc2ce | [log] [tgz] |
---|---|---|
author | Dmitry Teselkin <dteselkin@mirantis.com> | Tue Dec 18 19:37:24 2018 +0300 |
committer | Dmitry Teselkin <dteselkin@mirantis.com> | Tue Dec 18 19:37:24 2018 +0300 |
tree | 0cb6471161e22f00a85cc9b52a84913882610b3d | |
parent | 14123bd0f5e75ff982ad710d296188c313729841 [diff] |
os.rename() --> shutil.move() os.rename() failes to move file across different volumes, so replacing it with shutil.move() which has fallback to simple copy + delete. Change-Id: Ifaedc983cd3e577572cab4744118ef733336a447