fixed call method in spec convenience

This commit is contained in:
2019-06-07 11:55:52 +02:00
parent 68595906d4
commit ef9c47d3d4
+1 -1
View File
@@ -59,7 +59,7 @@ def spec_convenience(Adj):
self._currentChange.wait()
def call(self, value=None):
if not value:
if value:
self._currentChange = self.changeTo(value)
return self._currentChange
else: