From fc94ec060b0d481bfed74c6fa947194ef336e7d3 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 13 Jan 2025 16:59:28 +0100 Subject: [PATCH] Fix --- k4MarlinWrapper/examples/clicRec_e4h_input.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k4MarlinWrapper/examples/clicRec_e4h_input.py b/k4MarlinWrapper/examples/clicRec_e4h_input.py index 660946ce..e95f30c0 100644 --- a/k4MarlinWrapper/examples/clicRec_e4h_input.py +++ b/k4MarlinWrapper/examples/clicRec_e4h_input.py @@ -42,8 +42,8 @@ parser.add_argument( "--iosvc", action="store_true", default=False, help="Use IOSvc instead of PodioDataSvc" ) -parser.add_argument("--rec-output", default=False, help="Output file name for the REC file") -parser.add_argument("--dst-output", default=False, help="Output file name for the DST file") +parser.add_argument("--rec-output", help="Output file name for the REC file") +parser.add_argument("--dst-output", help="Output file name for the DST file") args = parser.parse_known_args()[0]