diff options
author | 2018-07-05 18:08:41 +0200 | |
---|---|---|
committer | 2018-07-05 18:08:41 +0200 | |
commit | 2de2c1f32c0df34356545fe04ca6406337ddedc3 (patch) | |
tree | 52c7d738666fc370c8027e3e9956d94e238df4d3 /snekbox.py | |
parent | I should have made an MR for this (diff) |
missing comma
Diffstat (limited to 'snekbox.py')
-rw-r--r-- | snekbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ class Snekbox(object): '--disable_proc', '--iface_no_lo', '--cgroup_pids_max=1', - '--cgroup_mem_max=52428800' + '--cgroup_mem_max=52428800', '--quiet', '--', self.python_binary, '-ISq', '-c', cmd] |