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__(
228
228
self ._loaded_incoming_graph_data = False
229
229
if self .graph_exists_in_db :
230
230
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 )
232
232
233
233
if isinstance (incoming_graph_data , nx .Graph ):
234
234
self ._load_nx_graph (incoming_graph_data , write_batch_size , write_async )
@@ -367,7 +367,7 @@ def __set_graph(
367
367
if graph_exists and overwrite_graph :
368
368
logger .info (f"Overwriting graph '{ name } '" )
369
369
370
- properties = self .adb_graph .properties ()
370
+ properties = self .db . graph ( name ) .properties ()
371
371
self .db .delete_graph (name , drop_collections = True )
372
372
self .db .create_graph (
373
373
name = name ,
You can’t perform that action at this time.
0 commit comments