Skip to content

Commit

Permalink
add abreviation for simulate option
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Jan 29, 2025
1 parent f9456e1 commit 42c46e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/osa/scripts/sequencer_catB_tailcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
default=False,
help="Activate debugging mode.",
)
parser.add_argument(
parser.add_argument(
"-s",
"--simulate",
action="store_true",
default=False,
Expand Down

0 comments on commit 42c46e1

Please sign in to comment.