From 9226627b4422b2819728e4d601f06a101999cca9 Mon Sep 17 00:00:00 2001 From: ToxicKidz Date: Wed, 19 May 2021 08:36:43 -0400 Subject: chore: Update the Nsjail.python3 docstring to use nsjail_args --- snekbox/nsjail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py index e25f800..ca29467 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -181,7 +181,7 @@ class NsJail: """ Execute Python 3 code in an isolated environment and return the completed process. - Additional arguments passed will be used to override the values in the NsJail config. + The `nsjail_args` passed will be used to override the values in the NsJail config. These arguments are only options for NsJail; they do not affect Python's arguments. The `py_args` keyword argument can be given, and this would replace the "-c" argument -- cgit v1.2.3