diff options
-rwxr-xr-x | poezio/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/theming.py b/poezio/theming.py index 983020a3..029a9a6c 100755 --- a/poezio/theming.py +++ b/poezio/theming.py @@ -501,7 +501,7 @@ def update_themes_dir(option=None, value=None): except OSError: log.exception('Unable to create the themes dir (%s):', themes_dir) else: - load_path.append(themes_dir) + load_path.append(str(themes_dir)) # system-wide import try: |