diff options
Diffstat (limited to 'grc/gui/Platform.py')
-rw-r--r-- | grc/gui/Platform.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/gui/Platform.py b/grc/gui/Platform.py index 793065b025..85a6872027 100644 --- a/grc/gui/Platform.py +++ b/grc/gui/Platform.py @@ -40,7 +40,8 @@ class Platform(Element, _Platform): self._move_old_pref_file() self._prefs_file = PREFS_FILE - def get_prefs_file(self): return self._prefs_file + def get_prefs_file(self): + return self._prefs_file @staticmethod def _move_old_pref_file(): |