[SCM] morituri/master: wait before reading, to make sure we get it all

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:06 UTC 2014


The following commit has been merged in the master branch:
commit 888d3ffc2a29c590fbecf7aa7f986c83840c2716
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Jul 14 09:36:36 2013 +0200

    wait before reading, to make sure we get it all

diff --git a/morituri/common/common.py b/morituri/common/common.py
index 6608b7d..0af7186 100644
--- a/morituri/common/common.py
+++ b/morituri/common/common.py
@@ -319,6 +319,7 @@ class VersionGetter(object):
             p = asyncsub.Popen(self._args,
                     stdin=subprocess.PIPE, stdout=subprocess.PIPE,
                     stderr=subprocess.PIPE, close_fds=True)
+            p.wait()
             output = asyncsub.recv_some(p, e=0, stderr=1)
             vre = self._regexp.search(output)
             if vre:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list