Skip to content

Commit

Permalink
In maintel/mtdome/crawl_az.py fix instantiation of the remote.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Oct 22, 2024
1 parent 1cb6033 commit 7c61be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/standardscripts/maintel/mtdome/crawl_az.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def configure(self, config):
self.mtdome = salobj.Remote(
self.domain,
"MTDome",
includes=["summaryState"],
include=["summaryState"],
)

await self.mtdome.start_task
Expand Down

0 comments on commit 7c61be9

Please sign in to comment.