adameste / anidbcli

AniDB UDP API client written in Python
MIT License
34 stars 8 forks source link

fix windows rename on different drives #23

Closed Andy2244 closed 4 years ago

Andy2244 commented 4 years ago

See https://docs.python.org/dev/library/shutil.html#shutil.move

NOTE: If on the same drive the faster os.rename() is still used by shutil.move