Skip to content

Commit 44d42e9

Browse files
authored
Update src/spikeinterface/extractors/neoextractors/neobaseextractor.py
1 parent 98a9deb commit 44d42e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/extractors/neoextractors/neobaseextractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def __init__(
206206
if stream_id is None and stream_name is None:
207207
if stream_channels.size > 1:
208208
raise ValueError(
209-
f"This reader have several streams: \n`stream_names`: {stream_names}\n `stream_ids`: {stream_ids}. \n"
209+
f"This reader have several streams: \n`stream_names`: {stream_names}\n`stream_ids`: {stream_ids}. \n"
210210
f"Specify it from the options above with the 'stream_name' or 'stream_id' arguments"
211211
)
212212
else:

0 commit comments

Comments
 (0)