Added set of set handling (thru concept ISA)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user