In EbuildIpc._receive_reply(), close the input_file when finished. v2.2_rc86
authorZac Medico <zmedico@gentoo.org>
Wed, 22 Sep 2010 02:56:29 +0000 (19:56 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 22 Sep 2010 02:56:29 +0000 (19:56 -0700)
bin/ebuild-ipc.py

index f8ec881c82b0e8c589a3121bab91a78af6e3eef1..45d71202e5290cee8d0aabd5719e6611491eb06a 100755 (executable)
@@ -153,6 +153,8 @@ class EbuildIpc(object):
                                        "ebuild-ipc: %s\n" % (e,),
                                        level=logging.ERROR, noiselevel=-1)
 
+               input_file.close()
+
                retval = 2
 
                if not buf: