pyDevSup working as a module in require system
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user