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 fab055b commit de13e90
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 @@ -335,5 +335,5 @@ def _export_raw(fname, raw, physical_range, add_ch_type):
f"writeAnnotation() returned an error "
f"trying to write {desc} at {onset} "
f"for {duration} seconds."
)
) from e
del hdl

0 comments on commit de13e90

Please sign in to comment.