hgext/largefiles/localstore.py
changeset 19003 ad993cb7bbb1
parent 19002 5083baa6cbf8
child 19007 266b5fb72f26
--- a/hgext/largefiles/localstore.py	Mon Apr 15 23:43:50 2013 +0200
+++ b/hgext/largefiles/localstore.py	Mon Apr 15 23:47:04 2013 +0200
@@ -45,7 +45,6 @@
             return lfutil.copyandhash(fd, tmpfile)
         finally:
             fd.close()
-            tmpfile.close()
 
     def _verifyfile(self, cctx, cset, contents, standin, verified):
         filename = lfutil.splitstandin(standin)