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

This commit is contained in:
2025-08-03 18:24:16 +02:00
parent 98426ba288
commit 7933d062d2
+1 -1
View File
@@ -20,7 +20,7 @@ class Motor(epics.Motor):
raise MotorException("must supply motor name")
if name.endswith('.VAL'):
name = name[:-5]
name = name[:-4]
if name.endswith('.'):
name = name[:-1]