mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
fix close post sync
This commit is contained in:
parent
3b99232f7a
commit
5b8832402a
1 changed files with 0 additions and 1 deletions
|
@ -1008,7 +1008,6 @@ and cards.id in %s""" % ids2str([c[0] for c in cards])))
|
||||||
try:
|
try:
|
||||||
assert urllib2.urlopen(req).read() == "OK"
|
assert urllib2.urlopen(req).read() == "OK"
|
||||||
finally:
|
finally:
|
||||||
dst.close()
|
|
||||||
tmp.close()
|
tmp.close()
|
||||||
os.close(fd)
|
os.close(fd)
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in a new issue