Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The call function can deadlock if the child process prints larger output. Use Popen with the communicate() method with you need pipes. If you switch to Popen, you'll get cleaner debugging.
- Loading branch information