projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797b029
)
SubProcess: notify exit listeners in _poll
author
Zac Medico
<zmedico@gentoo.org>
Sun, 20 Feb 2011 09:42:14 +0000
(
01:42
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 22 Feb 2011 03:12:24 +0000
(19:12 -0800)
pym/_emerge/SubProcess.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/SubProcess.py
b/pym/_emerge/SubProcess.py
index b2b19d54dc4b86f030352f354b9bfe0c881c1da2..ef1346a632a9b1a8bb311ef88442f68629b68393 100644
(file)
--- a/
pym/_emerge/SubProcess.py
+++ b/
pym/_emerge/SubProcess.py
@@
-38,6
+38,7
@@
class SubProcess(AbstractPollTask):
if retval[0] == 0:
return None
self._set_returncode(retval)
+ self.wait()
return self.returncode
def cancel(self):