Skip to content

Commit 72f30ce

Browse files
committed
oups
1 parent 603a89b commit 72f30ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexonrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def _parse_header(self):
301301
if self.progress_bar:
302302
chan_loop = trange(nb_event_chan, desc="Parsing event channels", leave=True)
303303
else:
304-
chan_loop = range(nb_event)
304+
chan_loop = range(nb_event_chan)
305305
for chan_index in chan_loop:
306306
h = eventHeaders[chan_index]
307307
chan_id = h['Channel']

0 commit comments

Comments
 (0)