Skip to content

Commit c217577

Browse files
committed
Addressing comments
1 parent 12e1416 commit c217577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/report/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ def __init__(
842842
self.subject = subject
843843
self.title = title
844844
self.image_format = _check_image_format(None, image_format)
845-
self.projs = projs
845+
self.projs = projs
846846
# dom_id is mostly for backward compat and testing nowadays
847847
self._dom_id = 0
848848
self._dup_limit = 10000 # should be enough duplicates

0 commit comments

Comments
 (0)