Skip to content

Commit 35d2044

Browse files
Update element_array_ephys/ephys_chronic.py
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
1 parent 0e86529 commit 35d2044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/ephys_chronic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ def make(self, key):
198198
)
199199

200200
# search session dir and determine acquisition software
201-
for ephys_pattern, ephys_acq_type in zip(
202-
["*.ap.meta", "*.oebin"], ["SpikeGLX", "Open Ephys"]
201+
for ephys_pattern, ephys_acq_type in (
202+
("*.ap.meta", "SpikeGLX"), ("*.oebin", "Open Ephys")
203203
):
204204
ephys_meta_filepaths = list(session_dir.rglob(ephys_pattern))
205205
if ephys_meta_filepaths:

0 commit comments

Comments
 (0)