Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 13, 2025
1 parent 400b0eb commit fc94ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k4MarlinWrapper/examples/clicRec_e4h_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit fc94ec0

Please sign in to comment.