Skip to content

Commit 730ae70

Browse files
authored
Fix line length formatting
1 parent bf4f125 commit 730ae70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mne/bem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,8 @@ def make_watershed_bem(
13221322
"Make sure:\n"
13231323
"- FREESURFER_HOME is set\n"
13241324
"- $FREESURFER_HOME/bin is in your PATH\n"
1325-
"- You started Python/Jupyter from a terminal where SetupFreeSurfer.sh is sourced\n\n"
1325+
"- You started Python/Jupyter from a terminal where "
1326+
"SetupFreeSurfer.sh is sourced\n\n"
13261327
"See MNE installation documentation for details."
13271328
) from e
13281329
del tempdir # clean up directory

0 commit comments

Comments
 (0)