From a335f55fd129b7f1e7cade481d821abe30de11d0 Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 15 Nov 2022 22:28:38 -0500 Subject: Remove -c args --- snekbox/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3