Merge pull request #2178 from aleksvujic/patch-1

Fixed typo in log message when creating new graph file
This commit is contained in:
Daniel.y 2025-10-07 21:54:02 +08:00 committed by GitHub
commit ea5e390bb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,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()