From a23ac24bf3300efe03187548ba3096fef7ebe2ee Mon Sep 17 00:00:00 2001 From: Tyler Gu Date: Thu, 29 Feb 2024 16:59:24 -0600 Subject: [PATCH] Fix optional argument helper_crd Signed-off-by: Tyler Gu --- acto/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/acto/__main__.py b/acto/__main__.py index 94858e7d18..0ca73a0166 100644 --- a/acto/__main__.py +++ b/acto/__main__.py @@ -55,7 +55,6 @@ "--helper_crd", dest="helper_crd", type=str, - default="", help="helper crd file to test on", ) parser.add_argument(