aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snekbox/nsjail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py
index 8a012cc..53755ff 100644
--- a/snekbox/nsjail.py
+++ b/snekbox/nsjail.py
@@ -143,7 +143,7 @@ class NsJail:
code: str,
*,
nsjail_args: Iterable[str] = (),
- py_args: Iterable[str] = ("",),
+ py_args: Iterable[str] = (),
) -> EvalResult:
"""
Execute Python 3 code in an isolated environment and return the completed process.