-
- Downloads
Fix copy picture to destination bug caused by shutil.move. Switched to...
Fix copy picture to destination bug caused by shutil.move. Switched to shutil.copy2 followed by os.remove.
Loading
Please register or sign in to comment
Fix copy picture to destination bug caused by shutil.move. Switched to shutil.copy2 followed by os.remove.