diff options
author | Wolfgang Müller | 2022-02-28 18:46:27 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-02-28 18:46:27 +0100 |
commit | dc021d5e05145c2e25bf0334032ff1c2054cf2ce (patch) | |
tree | 942d85d5d77e19fe5106b362e6268be09442c10a /README.md | |
parent | e94b6ed8e4cc925c2051c133fa3b5d3b2b2971a2 (diff) | |
download | beets-oriole-dc021d5e05145c2e25bf0334032ff1c2054cf2ce.tar.gz |
extras: Use shutil.move instead of os.rename
os.rename fails when moving files between devices or filesystems.
Instead use shutil.move which uses os.rename or falls back to copying
the files and removing the originals.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions