File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
element_array_ephys/export/nwb Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ def add_ephys_recording_to_nwb(
339
339
relative_path = (
340
340
ephys .EphysRecording .EphysFile & ephys_recording_record
341
341
).fetch1 ("file_path" )
342
+ relative_path = relative_path .replace ("\\ " ,"/" )
342
343
file_path = ephys .find_full_path (ephys .get_ephys_root_data_dir (), relative_path )
343
344
344
345
if ephys_recording_record ["acq_software" ] == "SpikeGLX" :
@@ -466,6 +467,7 @@ def add_ephys_lfp_from_source_to_nwb(
466
467
relative_path = (
467
468
ephys .EphysRecording .EphysFile & ephys_recording_record
468
469
).fetch1 ("file_path" )
470
+ relative_path = relative_path .replace ("\\ " ,"/" )
469
471
file_path = find_full_path (ephys .get_ephys_root_data_dir (), relative_path )
470
472
471
473
if ephys_recording_record ["acq_software" ] == "SpikeGLX" :
You can’t perform that action at this time.
0 commit comments