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

This commit is contained in:
2025-08-07 15:54:04 +02:00
parent a32f96bdd5
commit 354959ed4e
+2 -3
View File
@@ -22,10 +22,9 @@ class PV(epics.PV):
rbar.show(value)
with self.use_callback(on_change):
result = super().put(stop, *args, **kwargs)
time.sleep(0.2)
return super().put(stop, *args, **kwargs)
return result
@contextmanager