added a comment
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user