unlink tmp file after full up

This commit is contained in:
Damien Elmes 2009-10-04 19:33:18 +09:00
parent 4e83a67e00
commit 164b0583c3

View file

@ -989,6 +989,7 @@ and cards.id in %s""" % ids2str([c[0] for c in cards])))
sendProgressHook = None
tmp.close()
os.close(fd)
os.unlink(name)
finally:
runHook("fullSyncFinished")