Skip to content

Commit

Permalink
Added the csc_index to the CSCStateTransition instantiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovill committed Mar 28, 2024
1 parent c9570bf commit df427e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ts/IntegrationTests/csc_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def main(opts: argparse.Namespace) -> None:
script_class = CSCStateTransition(
csc=opts.csc,
state=opts.state,
csc_index=opts.csc_index,
additional_configuration=opts.additional_configuration,
)
except KeyError as ke:
Expand Down

0 comments on commit df427e8

Please sign in to comment.