DummyAdjustable prints on change

This commit is contained in:
2020-11-24 13:57:43 +01:00
parent 2bedb8dbd2
commit fe333a4bf9
+1
View File
@@ -13,6 +13,7 @@ class DummyAdjustable(Adjustable):
def set_target_value(self, value, hold=False):
def change():
self._current_value = value
print(repr(self))
return self._as_task(change, hold=hold)
def is_moving(self):