commit | 6ce6bf01a42b03dde595cba8c792b1592a22fdd5 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Mon Feb 16 19:04:14 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Mon Feb 16 19:04:14 2015 +0200 |
tree | 951956ce7c7c6cde2ce9eb2e4b677f7073bd2150 | |
parent | 8053b0184b6b2634c3033b96996bfba3f15a6e32 [diff] [blame] |
ability to cache images on hard drive added
diff --git a/config.py b/config.py index 3ee6f20..b92385e 100644 --- a/config.py +++ b/config.py
@@ -8,4 +8,4 @@ DEFAULT_FILE_PATH = "test.json" OUTPUT_FILE = "output.json" TEST_PATH = os.environ.get("TEST_PATH", os.path.dirname(__file__) + "/test_results") -CHARTS_IMG_PATH = "images" +CHARTS_IMG_PATH = "static/images"