Skip to content

Commit adacfdf

Browse files
committed
Reduce redundent path def
1 parent 2670f5a commit adacfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/oneibl/patcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
FTP_HOST = 'test.alyx.internationalbrainlab.org'
5454
FTP_PORT = 21
5555
DMZ_REPOSITORY = 'ibl_patcher' # in alyx, the repository name containing the patched filerecords
56-
SDSC_ROOT_PATH = PurePosixPath('/mnt/ibl')
56+
SDSC_ROOT_PATH = PurePosixPath(FLATIRON_MOUNT)
5757
SDSC_PATCH_PATH = PurePosixPath('/home/datauser/temp')
5858

5959

0 commit comments

Comments
 (0)