aboutsummaryrefslogtreecommitdiffstats
path: root/beetsplug (unfollow)
Commit message (Collapse)AuthorLines
2022-02-28extras: Use shutil.move instead of os.renameWolfgang Müller-1/+1
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.
2022-02-22extras: Specify full list of argumentsWolfgang Müller-2/+2