nzbToAniDB icon indicating copy to clipboard operation
nzbToAniDB copied to clipboard

File already exists failure

Open usma0118 opened this issue 9 years ago • 2 comments

Failure in case of file already exists:

Traceback (most recent call last): File "./anidb.py", line 352, in shutil.move(file.name, os.path.join(path,filename)) File "/usr/lib/python2.7/shutil.py", line 302, in move copy2(src, real_dst) File "/usr/lib/python2.7/shutil.py", line 131, in copy2 copystat(src, dst) File "/usr/lib/python2.7/shutil.py", line 98, in copystat os.utime(dst, (st.st_atime, st.st_mtime)) OSError: [Errno 1] Operation not permitted: /destination

usma0118 avatar Jan 23 '15 21:01 usma0118

thanks for reporting. on which operating system are you? as far as I remember, overwriting an existing file should work. but I'll check

Benni-chan avatar Jan 24 '15 13:01 Benni-chan

Using Ubuntu 20.04

usma0118 avatar Aug 19 '21 09:08 usma0118