Skip to content

Commit b5163ca

Browse files
committed
alessio fixed
1 parent 3561531 commit b5163ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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}\`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)