Skip to content

Commit

Permalink
FIX: Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 31, 2017
1 parent 867fdb5 commit a04f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/viz/_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ def _get_ps_kwargs(initial_time, require='0.6'):
raise ImportError("This function requires PySurfer %s (you are "
"running version %s). You can update PySurfer "
"using:\n\n $ pip install -U pysurfer" %
require, surfer.__version__)
(require, surfer.__version__))

ad_kwargs = dict()
sd_kwargs = dict()
Expand Down

0 comments on commit a04f7ee

Please sign in to comment.