We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdc1fc commit 98f904bCopy full SHA for 98f904b
1 file changed
ontograph/queries/introspection.py
@@ -245,8 +245,8 @@ def print_term_trajectories_tree(trajectories: list[dict]) -> None:
245
print(f'{node["id"]}: {node["name"]}')
246
return
247
# Otherwise, use tree printing
248
- root = IntrospectionOntology._build_tree_from_trajectories(trajectories)
249
- IntrospectionOntology._print_ascii_tree(root)
+ root = IntrospectionPronto._build_tree_from_trajectories(trajectories)
+ IntrospectionPronto._print_ascii_tree(root)
250
251
@staticmethod
252
def _build_tree_from_trajectories(trajectories: list[dict]) -> object:
0 commit comments