Skip to content

Commit

Permalink
Fine-tune arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovill committed Nov 5, 2024
1 parent 7a7d01b commit 4e850c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/lsst/ts/IntegrationTests/csc_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,13 @@ def csc_state_transition() -> None:
"csc",
metavar="CSC[:index]",
nargs="1",
required=True,
type=str,
help="Specify which CSC[:index] to command (case sensitive).",
)
parser.add_argument(
"state",
metavar="state",
nargs="1",
required=True,
type=str,
choices=state_list,
help="Specify to which state to transition.",
Expand All @@ -112,7 +110,6 @@ def csc_state_transition() -> None:
"sq_index",
metavar="scriptqueue_index",
nargs="1",
required=True,
type=int,
choices=[1, 2, 3],
help="Specify which ScriptQueue to use.",
Expand Down

0 comments on commit 4e850c6

Please sign in to comment.