Open GoogleCodeExporter opened 9 years ago
bump! I tried `shell(..., stderr=subprocess.PIPE)` but it raises
TypeError: type object got multiple values for keyword argument 'stderr'
May be there is a way to allow this simply? Of course it's possible to directly
use subprocess.
Original comment by wer...@beroux.com
on 11 Aug 2014 at 2:34
And of course one could make it OS-specific, and use shell=True and shell pipe
redirection of stderr to null.
Original comment by wer...@beroux.com
on 11 Aug 2014 at 2:34
Yes, the > re-direct notation is a shell thing, you need to run the command in
the shell for it to work.
Original comment by ele...@gmail.com
on 12 Aug 2014 at 1:47
Original issue reported on code.google.com by
satis...@gmail.com
on 5 Jan 2014 at 8:40