Skip to content

Commit f160e50

Browse files
committed
fix: redirect server subprocess output to /dev/null
1 parent dd10e47 commit f160e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/OpenEnv_Tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,8 @@
817817
" \"OPENSPIEL_GAME\": \"catch\",\n",
818818
" \"OPENSPIEL_AGENT_PLAYER\": \"0\",\n",
819819
" \"OPENSPIEL_OPPONENT_POLICY\": \"random\"},\n",
820-
" stdout=subprocess.PIPE,\n",
821-
" stderr=subprocess.PIPE,\n",
820+
" stdout=subprocess.DEVNULL,\n",
821+
" stderr=subprocess.DEVNULL,\n",
822822
" text=True,\n",
823823
" cwd=work_dir\n",
824824
")\n",

0 commit comments

Comments
 (0)