diff options
-rw-r--r-- | snekbox/nsjail.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py index e3eac0c..d3c893d 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -55,7 +55,8 @@ class NsJail: @staticmethod def _create_parent_cgroups( - pids: Path = CGROUP_PIDS_PARENT, mem: Path = CGROUP_MEMORY_PARENT + pids: Path = CGROUP_PIDS_PARENT, + mem: Path = CGROUP_MEMORY_PARENT ) -> None: """ Create the PIDs and memory cgroups which NsJail will use as its parent cgroups. |