Skip to content

Commit e992478

Browse files
committed
ephys.get_ephys_root_data_dir
1 parent 379ae11 commit e992478

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
@@ -339,7 +339,7 @@ def add_ephys_recording_to_nwb(
339339
relative_path = (
340340
ephys.EphysRecording.EphysFile & ephys_recording_record
341341
).fetch1("file_path")
342-
file_path = ephys.find_full_path(get_ephys_root_data_dir(), relative_path)
342+
file_path = ephys.find_full_path(ephys.get_ephys_root_data_dir(), relative_path)
343343

344344
if ephys_recording_record["acq_software"] == "SpikeGLX":
345345
extractor = extractors.read_spikeglx(os.path.split(file_path)[0], "imec.ap")

0 commit comments

Comments
 (0)