diff options
author | Pjotr Prins | 2016-10-07 11:37:09 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-07 11:37:09 +0000 |
commit | d300e9183900962cafbac47b0cbbdb43a49e2019 (patch) | |
tree | f06f2bc4421b9c9d63ec47e58370b78313c6de1e /wqflask/utility | |
parent | 2b1df54a13f0fa53c91ce23a4e9b7b9262983946 (diff) | |
download | genenetwork2-d300e9183900962cafbac47b0cbbdb43a49e2019.tar.gz |
Make sure JS path exists
Diffstat (limited to 'wqflask/utility')
-rw-r--r-- | wqflask/utility/tools.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index c6d8f7d2..31f838b3 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -231,3 +231,5 @@ if os.environ.get('WQFLASK_OVERRIDES'): else: OVERRIDES[k] = cmd logger.debug(OVERRIDES) + +assert_dir(get_setting("TWITTER_POST_FETCHER_JS_PATH")) |