File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ def __init__(
228228 self ._loaded_incoming_graph_data = False
229229 if self .graph_exists_in_db :
230230 self ._set_factory_methods ()
231- self .__set_arangodb_backend_config (read_parallelism , read_batch_size )
231+ self .__set_arangodb_backend_config (read_parallelism , read_batch_size )
232232
233233 if isinstance (incoming_graph_data , nx .Graph ):
234234 self ._load_nx_graph (incoming_graph_data , write_batch_size , write_async )
@@ -367,7 +367,7 @@ def __set_graph(
367367 if graph_exists and overwrite_graph :
368368 logger .info (f"Overwriting graph '{ name } '" )
369369
370- properties = self .adb_graph .properties ()
370+ properties = self .db . graph ( name ) .properties ()
371371 self .db .delete_graph (name , drop_collections = True )
372372 self .db .create_graph (
373373 name = name ,
You can’t perform that action at this time.
0 commit comments