From 7459a05eba65957cafa2c2afba346bfa4e012334 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 9 Feb 2016 09:16:57 +0100 Subject: os.path.join --- cleantools/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cleantools/settings.py') diff --git a/cleantools/settings.py b/cleantools/settings.py index 67ecd3b..8b39d21 100644 --- a/cleantools/settings.py +++ b/cleantools/settings.py @@ -42,7 +42,7 @@ def get_search_paths(): try: home = config['General']['clean_home'] - try_append(home + '/lib') + try_append(os.path.join(home, 'lib')) except: pass -- cgit v1.2.3