forked from major/supernova
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Heed Python's subprocess module documentation warnings about deadlock when using PIPE for a Popen object's stderr with Popen.wait() and Popen.stderr.read() and use Popen.communicate() instead. Fixes major#126.
- Loading branch information
1 parent
4a217ae
commit 67146a4
Showing
2 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters