We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4f125 commit 730ae70Copy full SHA for 730ae70
1 file changed
mne/bem.py
@@ -1322,7 +1322,8 @@ def make_watershed_bem(
1322
"Make sure:\n"
1323
"- FREESURFER_HOME is set\n"
1324
"- $FREESURFER_HOME/bin is in your PATH\n"
1325
- "- You started Python/Jupyter from a terminal where SetupFreeSurfer.sh is sourced\n\n"
+ "- You started Python/Jupyter from a terminal where "
1326
+ "SetupFreeSurfer.sh is sourced\n\n"
1327
"See MNE installation documentation for details."
1328
) from e
1329
del tempdir # clean up directory
0 commit comments