aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-11-15 22:28:38 -0500
committerGravatar Ionite <[email protected]>2022-11-15 22:28:38 -0500
commita335f55fd129b7f1e7cade481d821abe30de11d0 (patch)
treedee83fcd8059f1d851b904bab4b78c7533c261f4
parentAdd home folder create (diff)
Remove -c args
-rw-r--r--snekbox/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/__main__.py b/snekbox/__main__.py
index 2382c4c..6cbd1ea 100644
--- a/snekbox/__main__.py
+++ b/snekbox/__main__.py
@@ -16,7 +16,7 @@ def parse_args() -> argparse.Namespace:
"nsjail_args", nargs="?", default=[], help="override configured NsJail options"
)
parser.add_argument(
- "py_args", nargs="?", default=["-c"], help="arguments to pass to the Python process"
+ "py_args", nargs="?", default=[], help="arguments to pass to the Python process"
)
# nsjail_args and py_args are just dummies for documentation purposes.