First implementation of Debugger for SyaNodeParser
This commit is contained in:
@@ -873,7 +873,7 @@ class BaseNodeParser(BaseParser):
|
||||
if not to_keep(concept):
|
||||
continue
|
||||
|
||||
concept = to_map(self, concept) if to_map else concept
|
||||
concept = to_map(concept, self, self.sheerka) if to_map else concept
|
||||
result.append(concept)
|
||||
|
||||
return core.utils.make_unique(result + custom_concepts,
|
||||
|
||||
Reference in New Issue
Block a user