allow lower caps PV names
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class Director:
|
||||
if not new: return
|
||||
self.ti_add_pv.value = ""
|
||||
print(f"CB Add PV: attribute \"{attr}\" changed from \"{old}\" to \"{new}\"")
|
||||
new = new.replace(",", " ").split()
|
||||
new = new.replace(",", " ").upper().split()
|
||||
new = reversed(new)
|
||||
self.add_pvs(*new)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user