From 31ec0564e71e2c3a2b7538d10c7abd4c86853fc0 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 16 Jul 2018 02:01:30 +0200 Subject: =?UTF-8?q?Fix=20custom=20theme=20loading=20under=20Python=C2=A03.?= =?UTF-8?q?5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poezio/theming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3