Skip to content

Commit

Permalink
Update mne/export/_edf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marijn van Vliet <[email protected]>
  • Loading branch information
withmywoessner and wmvanvliet authored Nov 9, 2023
1 parent de13e90 commit 0121e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/export/_edf.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def _export_raw(fname, raw, physical_range, add_ch_type):
if len(additional_patient_info) == 0:
additional_patient_info = None
else:
# pyedflib does not support spaces in the patient name
# pyedflib does not support spaces in the patient info
additional_patient_info = "_".join(additional_patient_info)

if birthday is not None:
Expand Down

0 comments on commit 0121e2e

Please sign in to comment.