Merge pull request #2178 from aleksvujic/patch-1
Fixed typo in log message when creating new graph file
This commit is contained in:
commit
ea5e390bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue