Fixed typo in log message when creating new graph file

(cherry picked from commit dd8f44e621)
This commit is contained in:
Aleks Vujić 2025-10-07 14:30:05 +02:00 committed by Raphaël MANSUY
parent 8f5af8199b
commit 742e6958fe

View file

@ -71,7 +71,7 @@ class NetworkXStorage(BaseGraphStorage):
)
else:
logger.info(
f"[{self.workspace}] Created new empty graph fiel: {self._graphml_xml_file}"
f"[{self.workspace}] Created new empty graph file: {self._graphml_xml_file}"
)
self._graph = preloaded_graph or nx.Graph()