Skip to content

Commit

Permalink
Unbuffered prints
Browse files Browse the repository at this point in the history
  • Loading branch information
theikkila committed Jan 21, 2020
1 parent f9b9b8a commit e815b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
set -e

python3 /run.py $@
python3 -u /run.py $@

0 comments on commit e815b38

Please sign in to comment.