-
由 Arnaud Bergeron 提交于
Fix usage of Popen.wait(). This is liable to deadlock if used with subprocess.PIPE and it was used like that all over the place. I've created new wrapper that will hopefully avoid this broken usage.
80ebe9c3
Fix usage of Popen.wait(). This is liable to deadlock if used with subprocess.PIPE and it was used like that all over the place. I've created new wrapper that will hopefully avoid this broken usage.