pyDevSup working as a module in require system

This commit is contained in:
2020-08-21 14:31:34 +02:00
parent 3f5569fc5e
commit 65519f950a
6 changed files with 92 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class SumTable(PT.TableBase):
@inputs.anynotvalid
def inval(self):
print self.A.isvalid, self.B.isvalid
print(self.A.isvalid, self.B.isvalid)
LOG.debug("%s.update inputs not valid", self.name)
self.S.value = None
self.S.notify()