Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Use sys.stdout and sys.stderr for subprocess.call
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 25, 2016
1 parent 74bae8e commit 95a8b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
spr.check_call([sys.executable] +
('-m ipykernel install --user --name python3 '
'--display-name python3').split(),
stderr=spr.PIPE, stdout=spr.PIPE)
stderr=sys.stderr, stdout=sys.stdout)


# The encoding of source files.
Expand Down

0 comments on commit 95a8b19

Please sign in to comment.