diff options
author | 2021-04-08 14:31:40 -0700 | |
---|---|---|
committer | 2021-04-08 14:31:40 -0700 | |
commit | 802441b160826faf8823a15fdb744b09a4e53c2c (patch) | |
tree | d1e529db1b2a5419fd1db099d41ee7070b07556f | |
parent | Match new unicode eval tests and output to the format and functions of others (diff) |
Note new return case in eval api file
-rw-r--r-- | snekbox/api/resources/eval.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/api/resources/eval.py b/snekbox/api/resources/eval.py index c567660..40275ea 100644 --- a/snekbox/api/resources/eval.py +++ b/snekbox/api/resources/eval.py @@ -41,7 +41,7 @@ class EvalResource: The return codes mostly resemble those of a Unix shell. Some noteworthy cases: - None - The NsJail process failed to launch + The NsJail process failed to launch or return valid unicode output - 137 (SIGKILL) Typically because NsJail killed the Python process due to time or memory constraints - 255 |