Skip to content

Commit c200699

Browse files
authored
Update element_array_ephys/export/nwb/nwb.py
1 parent 2ee2bd5 commit c200699

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
@@ -18,7 +18,7 @@
1818

1919
assert probe.schema.is_activated(), 'probe not yet activated'
2020

21-
for ephys in (ephys_acute):
21+
for ephys in (ephys_acute,):
2222
if ephys.schema.is_activated():
2323
break
2424
else:

0 commit comments

Comments
 (0)