Added RET keyword
This commit is contained in:
@@ -59,7 +59,7 @@ class AddConceptEvaluator(OneReturnValueEvaluator):
|
||||
concept.metadata.definition_type = def_concept_node.definition_type
|
||||
name_to_use = self.get_name_to_use(def_concept_node)
|
||||
|
||||
for prop in ("definition", "where", "pre", "post", "body"):
|
||||
for prop in ("definition", "where", "pre", "post", "body", "ret"):
|
||||
|
||||
part_ret_val = getattr(def_concept_node, prop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user