added a comment

This commit is contained in:
2021-06-03 10:14:56 +02:00
parent 18fcaf6c41
commit b63e4efda6
+1 -1
View File
@@ -31,7 +31,7 @@ class Director:
def do_add_pvs(self, attr, old, new):
if not new: return
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}\"")
grid = break_apart(new)