First implementation of Debugger for SyaNodeParser

This commit is contained in:
2020-12-03 21:50:48 +01:00
parent 4f899280c4
commit 8b86998225
48 changed files with 1781 additions and 1795 deletions
+1 -1
View File
@@ -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,