Skip to content

Commit 8acc0a8

Browse files
committed
fix: hosts
1 parent ad38fc6 commit 8acc0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nx_arangodb/classes/function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def get_arangodb_graph(
145145
metagraph["edgeCollections"] = {}
146146

147147
hosts = adb_graph._conn._hosts
148+
hosts = hosts.split(",") if type(hosts) is str else hosts
148149
db_name = adb_graph._conn._db_name
149150
username, password = adb_graph._conn._auth
150151

0 commit comments

Comments
 (0)