Skip to content

Commit 862bf61

Browse files
author
Recorder Laptop
committed
replaced a + with a joindir
1 parent 0733055 commit 862bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lslautobids/convert_to_bids_and_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def convert_to_bids(self, xdf_path,subject_id,session_id, run_id, task_id,other,
311311
session=session_id[-3:],
312312
task=task_id,
313313
run=int(run_id[-3:]) ,
314-
root=bids_root+project_name,
314+
root=os.path.join(bids_root,project_name),
315315
datatype='eeg',
316316
suffix='eeg',
317317
extension='.set')

0 commit comments

Comments
 (0)