From 87c20e0f9eccfcc03a3f5102c77c662c9fca9880 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Fri, 17 Oct 2025 16:08:32 +0200 Subject: [PATCH] TELL: Updated Error message for move_cold --- daq/src/mxlibs3/tell_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daq/src/mxlibs3/tell_client.py b/daq/src/mxlibs3/tell_client.py index 5214877c..6bb29701 100755 --- a/daq/src/mxlibs3/tell_client.py +++ b/daq/src/mxlibs3/tell_client.py @@ -370,7 +370,7 @@ class TellClient: self._last_cmd_id = self.start_cmd("move_cold", reset_timestamp) if wait: - self.check_command_ok(timeout=360.0, msg=f"Move to park failed") + self.check_command_ok(timeout=360.0, msg=f"Move to cold failed") def trash(self): if self.__simulation: