FIX: Use shutil.move instead of os.rename in downloader recipe
os.rename failed when it move the file across devices/mount-points. shutil.move allow to rename/move a file from one physical device to another.
Showing
Please register or sign in to comment