Skip to content

Commit

Permalink
fixup! In maintel/mtcs, override point_azel method to use move_p2p an…
Browse files Browse the repository at this point in the history
…d move_rotator methods.
  • Loading branch information
tribeiro committed Nov 21, 2024
1 parent f4f9772 commit bf34f9b
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 @@ -371,7 +371,7 @@ async def point_azel(
)
else:
self.log.warning("Not moving rotator.")
move_tasks.append(asyncio.create_task(utils.make_done_future()))
move_tasks.append(asyncio.create_task(asyncio.sleep(0)))
for comp in self.components_attr:
if getattr(self.check, comp):
getattr(self.rem, comp).evt_summaryState.flush()
Expand Down

0 comments on commit bf34f9b

Please sign in to comment.