Managing concept properties in ConceptEvaluator
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user