don't error if pasted image in temp folder

https://anki.tenderapp.com/discussions/ankidesktop/25805-anki-21-error-reporting
This commit is contained in:
Damien Elmes 2017-11-13 11:05:46 +10:00
parent 64b55f0e55
commit baae899864

View file

@ -855,6 +855,8 @@ class EditorWebView(AnkiWebView):
# hash and rename
csum = checksum(open(path, "rb").read())
newpath = "{}-{}{}".format(uname, csum, ext)
if os.path.exists(newpath):
os.unlink(newpath)
os.rename(path, newpath)
# add to media and return resulting html link