Working on #98 : Persist attribute value when global_truth is set to true
This commit is contained in:
@@ -1165,6 +1165,9 @@ class ParsingExpressionVisitor:
|
||||
if hasattr(self, "visit_all"):
|
||||
self.visit_all(parsing_expression)
|
||||
|
||||
self.visit_children(parsing_expression)
|
||||
|
||||
def visit_children(self, parsing_expression):
|
||||
for node in self.get_nodes(parsing_expression):
|
||||
if isinstance(node, Concept):
|
||||
res = self.visit(ConceptExpression(node.key or node.name))
|
||||
|
||||
Reference in New Issue
Block a user