Skip to content

Commit e3c272a

Browse files
committed
get the endpoint
1 parent dc1d479 commit e3c272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/oneibl/data_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, session_path, signatures, one=None):
109109
self.globus = Globus(client_name='server')
110110

111111
# on local servers set up the local root path manually as some have different globus config paths
112-
self.globus['local']['root_path'] = '/mnt/s0/Data/Subjects'
112+
self.globus.endpoints['local']['root_path'] = '/mnt/s0/Data/Subjects'
113113

114114
# Find the lab
115115
labs = get_lab_from_endpoint_id(one=self.one)

0 commit comments

Comments
 (0)