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

This commit is contained in:
2025-08-03 19:10:03 +02:00
parent 98f69d76de
commit 5f9a8e5ade
+1 -1
View File
@@ -46,7 +46,7 @@ class Motor(epics.Motor):
self.add_pv(pvname, attr=key)
print("After add_pv:", name, "\n")
self._callbacks = {}
print("LATER:", getattr(m1, '_prefix'))
print("LATER:", getattr(self, '_prefix'))
print("End :", name, "\n")