diff options
| author | 2022-11-18 13:42:30 -0500 | |
|---|---|---|
| committer | 2022-11-18 13:42:30 -0500 | |
| commit | cc0948ec8aaa8f0b27c8f368346c565e3f03e90e (patch) | |
| tree | ee39e74b2e00b9d6916f19a660c794928de3b20f | |
| parent | Add PID to UUID generation (diff) | |
docstring update
| -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 b9e85b7..8a012cc 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -152,7 +152,7 @@ class NsJail:          These arguments are only options for NsJail; they do not affect Python's arguments.          `py_args` are arguments to pass to the Python subprocess before the code, -        which is the last argument. By default, it's "-c", which executes the code given. +        which is the last argument.          """          if self.cgroup_version == 2:              nsjail_args = ("--use_cgroupv2", *nsjail_args) | 
