Skip to content

Commit

Permalink
In _slew_to method of the mtcs.py set stop_before_slew de…
Browse files Browse the repository at this point in the history
…fault parameter to False.
  • Loading branch information
dsanmartim committed Dec 15, 2023
1 parent 5eca70a commit f2e79d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/observatory/control/maintel/mtcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ async def _slew_to(
slew_cmd: typing.Any,
slew_timeout: float,
offset_cmd: typing.Any = None,
stop_before_slew: bool = True,
stop_before_slew: bool = False,
wait_settle: bool = True,
check: typing.Any = None,
) -> None:
Expand Down

0 comments on commit f2e79d1

Please sign in to comment.