Skip to content

Commit

Permalink
Update error messages to include EEGLAB format (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl authored Nov 23, 2023
1 parent a3ca0c7 commit f88ce86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ def write_raw_bids(
else:
msg = (
'For preloaded data, you must set the "format" parameter '
"to one of: BrainVision, EDF, or FIF"
"to one of: BrainVision, EDF, EEGLAB, or FIF"
)
if format != "auto": # the default was changed
msg += f', but got: "{format}"'
Expand Down

0 comments on commit f88ce86

Please sign in to comment.