]> arthur.barton.de Git - bup.git/commit - cmd/index-cmd.py
cmd/index-cmd.py: How it pains me to have to explicitly close() stuff
authorLukasz Kosewski <lkosewsk@gmail.com>
Mon, 15 Mar 2010 03:20:08 +0000 (23:20 -0400)
committerLukasz Kosewski <lkosewsk@gmail.com>
Mon, 15 Mar 2010 20:15:47 +0000 (16:15 -0400)
commit45ff04984277522eae1a7bcb83db1d0881eae14f
treeb50ae99e1c7fe583c95bb25aa44dbf83c3889930
parent8d6d1bb9f483f786127d11c4d5397c189fc977a8
cmd/index-cmd.py:  How it pains me to have to explicitly close() stuff

If we don't explicitly close() the wr reader object while running
update-index, the corresponding writer object won't be able to unlink
its temporary file under Cygwin.
cmd/index-cmd.py