Skip to content

Commit 2b0e713

Browse files
committed
improve warnings message
1 parent 4b5d5ec commit 2b0e713

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: \nNames: {stream_names}\nIDs: {stream_ids}. \n"
209+
f"This reader have several streams: \nstream_names: {stream_names}\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)