uppercase input already here

This commit is contained in:
2021-06-06 18:26:03 +02:00
parent 4a6c506083
commit 90bfa6359e

View File

@@ -34,6 +34,7 @@ class Director:
if not new: return # do not trigger on the following value reset
self.ti_add_pvs.value = ""
print(f"CB Add PV: attribute \"{attr}\" changed from \"{old}\" to \"{new}\"")
new = new.upper() # PV names are all upper case
grid = break_apart(new)
print(normalized_string(grid))
self.add_pvs(grid)