commit | 49977e125877a4ff0eda3dca0630bb83310d745d | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu Oct 13 22:54:24 2016 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu Oct 13 22:54:24 2016 +0300 |
tree | 6ce6a8f99e69a09f5222969b9b84df56044ee3ec | |
parent | b6be5c58c1b96b828bae43a190e434a71088b94e [diff] [blame] |
v2 in progress
diff --git a/wally/config.py b/wally/config.py index abc6bb0..332dc5e 100644 --- a/wally/config.py +++ b/wally/config.py
@@ -85,6 +85,7 @@ cfg.update(raw_cfg) results_storage = cfg.settings.get('results_storage', '/tmp') + print results_storage results_storage = os.path.abspath(results_storage) existing = file_name.startswith(results_storage)