Added set of set handling (thru concept ISA)

This commit is contained in:
2020-02-17 21:07:06 +01:00
parent 7481b458e1
commit 86c2ff58d4
33 changed files with 635 additions and 232 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class AddConceptEvaluator(OneReturnValueEvaluator):
if not isinstance(part_ret_val, ReturnValueConcept) or not part_ret_val.status:
continue # Nothing to do is not initialized
# update the parts
# update the metadata
source = self.get_source(part_ret_val)
setattr(concept.metadata, prop, source)