From 7226fba32863e0ccef69322da2e0aa37d19e5a0c Mon Sep 17 00:00:00 2001 From: Stanislaw Malinowski Date: Wed, 19 Jun 2024 16:51:02 +0100 Subject: [PATCH] fix lint warning --- .../decisions/0003-added-make-devices-decorator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/explanations/decisions/0003-added-make-devices-decorator.rst b/docs/developer/explanations/decisions/0003-added-make-devices-decorator.rst index da7053a9fa..9bf10812cf 100644 --- a/docs/developer/explanations/decisions/0003-added-make-devices-decorator.rst +++ b/docs/developer/explanations/decisions/0003-added-make-devices-decorator.rst @@ -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