Skip to content

Commit

Permalink
Better log message
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Aug 19, 2022
1 parent 0e70fa4 commit 2b9ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def _handle_channels_reading(channels_fname, raw):
channel_type_bids_mne_map[ch_name] = 'misc'
warn(
f'No BIDS -> MNE mapping found for channel type "{ch_type}". '
f'Channel "{ch_name}" will be set to "misc".'
f'Type of channel "{ch_name}" will be set to "misc".'
)
else:
# We found a mapping, so use it
Expand Down

0 comments on commit 2b9ea32

Please sign in to comment.