aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snekbox/api/resources/eval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/api/resources/eval.py b/snekbox/api/resources/eval.py
index 40275ea..d96b811 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 or return valid unicode output
+ The NsJail process failed to launch or the output was invalid Unicode
- 137 (SIGKILL)
Typically because NsJail killed the Python process due to time or memory constraints
- 255