diff options
author | Camil Staps | 2016-02-09 09:16:57 +0100 |
---|---|---|
committer | Camil Staps | 2016-02-09 09:16:57 +0100 |
commit | 7459a05eba65957cafa2c2afba346bfa4e012334 (patch) | |
tree | 13ffc83f7a818a07fc6c8866b4ecabee4a8dd8fb /cleantools/settings.py | |
parent | Readme, more functions & output, python standards (diff) |
Diffstat (limited to 'cleantools/settings.py')
-rw-r--r-- | cleantools/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |