Refactord Concept class to regroup all builtins properties into a ConceptMetadata class

This commit is contained in:
2019-11-30 18:16:20 +01:00
parent 5e539a4b28
commit 75c8793d53
13 changed files with 186 additions and 147 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class AddConceptEvaluator(OneReturnValueEvaluator):
# update the parts
source = self.get_source(part_ret_val)
setattr(concept, prop, source)
setattr(concept.metadata, prop, source)
# try to find what can be a property
for p in self.get_props(part_ret_val):