Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Aug 9, 2024
1 parent c899f0e commit e3ab319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kg_microbe_merge/utils/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ def collect_all_kg_paths(data_dir_path: Path) -> Tuple[List[Path], List[Path]]:
)
merged_graph_object.source.append(source_graph_object)
else:
collect_paths_from_directory(directory, node_path, edge_paths, merged_graph_object)
collect_paths_from_directory(directory, node_paths, edge_paths, merged_graph_object)

return node_path, edge_paths, merged_graph_object

0 comments on commit e3ab319

Please sign in to comment.