diff options
author | 2021-05-19 08:36:43 -0400 | |
---|---|---|
committer | 2021-05-19 08:36:43 -0400 | |
commit | 9226627b4422b2819728e4d601f06a101999cca9 (patch) | |
tree | e870a02627ecc59f47fc385890eca024d8f66548 | |
parent | Add a step to lint-test to show pre-commit logs (diff) |
chore: Update the Nsjail.python3 docstring to use nsjail_args
-rw-r--r-- | snekbox/nsjail.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |