Update slic/utils/opmsg.py
Run CI Tests / test (push) Successful in 1m33s

This commit is contained in:
2025-08-08 16:43:23 +02:00
parent 60ca41d661
commit 7032c81aae
+1
View File
@@ -185,6 +185,7 @@ class OperationMessageStatus:
raise ValueError(f'value "{value}" is not from allowed values: {allowed}')
######################################################## sinon synchrone
self.pv_status.put(value, wait=True)
time.sleep(0.1)
def get_allowed(self):
return ["OFFLINE", "PREPARATION", "REMOTE", "ATTENDED"]