Skip to content

Commit

Permalink
edit docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Aug 27, 2024
1 parent 76675c2 commit b66fbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_reason/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def create_xml_catalog_file(dir_: str, graphs: dict) -> None:


def get_graphs_tree(graph_iris: tuple) -> dict:
"""Get graph import tree. Last item in tuple is output_graph_iri which is excluded"""
"""Get graph import tree. Last item in graph_iris is output_graph_iris which is excluded"""
graphs = {}
for graph_iri in graph_iris[:-1]:
if graph_iri not in graphs:
Expand Down

0 comments on commit b66fbd6

Please sign in to comment.