Skip to content

Commit

Permalink
fix line [skip github][skip azp]
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed Mar 19, 2021
1 parent 67b18c1 commit 42e275a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mne/viz/backends/_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,9 @@ def _window_set_theme(self, theme):
import darkdetect
except ModuleNotFoundError:
logger.info('For automatic Dark-Mode-Detection '
'"darkdetect" has to be installed! You can install '
'it with `pip install qdarkdetect`')
'"darkdetect" has to be installed!'
'You can install it with'
' `pip install qdarkdetect`')
theme = 'light'
else:
detected_theme = darkdetect.theme()
Expand Down

0 comments on commit 42e275a

Please sign in to comment.