Skip to content

Commit 654d567

Browse files
committed
ephys.find_full_path
1 parent ba3f86a commit 654d567

File tree

1 file changed

+1
-1
lines changed
  • element_array_ephys/export/nwb

1 file changed

+1
-1
lines changed

element_array_ephys/export/nwb/nwb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def add_ephys_lfp_from_source_to_nwb(
469469
ephys.EphysRecording.EphysFile & ephys_recording_record
470470
).fetch1("file_path")
471471
relative_path = relative_path.replace("\\","/")
472-
file_path = find_full_path(ephys.get_ephys_root_data_dir(), relative_path)
472+
file_path = ephys.find_full_path(ephys.get_ephys_root_data_dir(), relative_path)
473473

474474
if ephys_recording_record["acq_software"] == "SpikeGLX":
475475
extractor = extractors.read_spikeglx(os.path.split(file_path)[0], "imec.lf")

0 commit comments

Comments
 (0)