Fixed typo in log message when creating new graph file
(cherry picked from commit dd8f44e621)
This commit is contained in:
parent
8f5af8199b
commit
742e6958fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue