diff options
author | 2020-01-11 13:50:47 -0800 | |
---|---|---|
committer | 2020-01-11 13:50:47 -0800 | |
commit | 83f1c49ab6ed6ff0b04f32f5031e4838131302d1 (patch) | |
tree | 52217aacedb4ec1eacf6db1b892379e70ab831c3 /scripts | |
parent | Add test for importing numpy (diff) |
Fix #56: stdout and stderr outputs in wrong order
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.profile b/scripts/.profile index 47ee141..73fbb28 100644 --- a/scripts/.profile +++ b/scripts/.profile @@ -17,5 +17,5 @@ nsjpy() { nsjail \ --config "${NSJAIL_CFG:-/snekbox/snekbox.cfg}" \ $nsj_args -- \ - /snekbox/.venv/bin/python3 -Iq -c "$@" + /snekbox/.venv/bin/python3 -Iqu -c "$@" } |