Skip to content

Conversation

Herst
Copy link
Contributor

@Herst Herst commented Oct 23, 2016

As pointed out at https://stackoverflow.com/questions/40202798/is-setting-stdout-stderr-of-subprocess-popen-to-pipe-when-not-using-output-a-goo a pipe is opened and is written to but never read from per default (no log file). This is not the optimal behavior. Therefore I changed the default from PIPE to DEVNULL (see https://docs.python.org/3/library/subprocess.html#subprocess.DEVNULL) with a Python 2 fallback.
(3rd attempt)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants