Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Jun 20, 2024
1 parent 941906a commit 7226fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Decision
DAQ members led us to this proposal:

- ophyd-async: make Device.connect(mock, timeout, force=False) be idempotent
- ophyd-async: make ensure_connected(*devices) plan stub
- ophyd-async: make ensure_connected(\*devices) plan stub
- dodal: make device_factory(startup_connect=False) decorator that makes, names, caches and optionally connects a device
- dodal: make get_device_factories() that returns all device factories and whether they should be connected at startup
- blueapi: call get_device_factories(), make all the Devices, connect the ones that should be connected at startup in parallel and log those that fail
Expand Down

0 comments on commit 7226fba

Please sign in to comment.