Skip to content

Commit

Permalink
Add csc to FileIngester, which will cause messages to be emitted
Browse files Browse the repository at this point in the history
Add ts_salobj in setup
  • Loading branch information
srp3rd committed Mar 23, 2022
1 parent 0d5b595 commit 8659e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/oods/oods_csc.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, name, initial_state=salobj.State.STANDBY):
self.task_list = None

ingester_config = self.config["ingester"]
self.ingester = FileIngester(ingester_config)
self.ingester = FileIngester(ingester_config, self)

cache_config = self.config["cacheCleaner"]
self.cache_cleaner = CacheCleaner(cache_config)
Expand Down
1 change: 1 addition & 0 deletions ups/ctrl_oods.table
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
setupRequired(base)
setupRequired(utils)
setupRequired(sconsUtils)
setupRequired(ts_salobj)
setupRequired(daf_butler)
setupRequired(obs_lsst)
setupRequired(log)
Expand Down

0 comments on commit 8659e12

Please sign in to comment.