Update slic/utils/opmsg.py
Run CI Tests / test (push) Failing after 47s

This commit is contained in:
2025-08-08 14:14:48 +02:00
parent 6a12ac6d63
commit dd39a5a1c8
+3 -1
View File
@@ -92,7 +92,9 @@ class OperationMessage:
self.prefix = prefix = f"SF-OP:{ID}-MSG"
pvname_send = f"{prefix}:OP-MSG-tmp"
########################################################## ici
pvname_send = f"{prefix}:OP-MSG-TMP"
self.pv_send = PV(pvname_send)
self.status = OperationMessageStatus(prefix)