From 49990bd4bf01dcd4582d04741deefa4d1923ad0b Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 26 Aug 2025 10:35:11 +0200 Subject: [PATCH] removed stray w --- slic/core/acquisition/broker/poweron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slic/core/acquisition/broker/poweron.py b/slic/core/acquisition/broker/poweron.py index 678598bc..944980b8 100644 --- a/slic/core/acquisition/broker/poweron.py +++ b/slic/core/acquisition/broker/poweron.py @@ -64,7 +64,7 @@ def guided_power_on(client, detector, assume_yes=False, wait_time=1): return if detector in dets["limping_detectors"]: - missing = wdets["limping_detectors"][detector]["missing_modules"] + missing = dets["limping_detectors"][detector]["missing_modules"] print(WARNING, f"{detector} is limping -- check the fiber of the following module(s):", missing) # here we cannot assume yes since the user needs to do something