From 4b3a2265a17f9bb6d55ee10e3e0e86b67f75c7cb Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 8 Apr 2021 15:04:22 -0700 Subject: Clarify documentation of None return code --- snekbox/api/resources/eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3