Tentative to stabilize waiting for processes

This commit is contained in:
Nicolas Setton
2018-06-05 15:00:20 -04:00
parent 317c180aee
commit 6f3ba6824c

View File

@@ -79,7 +79,7 @@ class SeparateProcess(object):
f.write(line)
# Write the return code
self.p.poll()
self.p.wait()
returncode = self.p.returncode
# Cleanup