Browse Source
Somehow only subprocess.stdout.readline() works at a time. In order not to miss out on some of the stdout output, we need to collect it all at the end. Also, we can stop using readline() for processes that have quit already.sbg
2 changed files with 9 additions and 8 deletions
Loading…
Reference in new issue