fix close post sync

This commit is contained in:
Damien Elmes 2009-06-16 00:02:26 +09:00
parent 3b99232f7a
commit 5b8832402a

View file

@ -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: