diff options
| -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  |