Managing concept properties in ConceptEvaluator

This commit is contained in:
2019-11-16 18:11:29 +01:00
parent 3a1dea19e8
commit 7fa509555d
13 changed files with 808 additions and 57 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class Concept:
# check the attributes
for prop in self.props_to_serialize:
if getattr(self, prop) != getattr(other, prop):
print(prop)
# print(prop) # use full to know which id does not match
return False
# check the props (Concept variables)