projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba3aa65
)
In EbuildIpc._receive_reply(), close the input_file when finished.
v2.2_rc86
author
Zac Medico
<zmedico@gentoo.org>
Wed, 22 Sep 2010 02:56:29 +0000
(19:56 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 22 Sep 2010 02:56:29 +0000
(19:56 -0700)
bin/ebuild-ipc.py
patch
|
blob
|
history
diff --git
a/bin/ebuild-ipc.py
b/bin/ebuild-ipc.py
index f8ec881c82b0e8c589a3121bab91a78af6e3eef1..45d71202e5290cee8d0aabd5719e6611491eb06a 100755
(executable)
--- a/
bin/ebuild-ipc.py
+++ b/
bin/ebuild-ipc.py
@@
-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: