aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/tools.py
diff options
context:
space:
mode:
authorPjotr Prins2016-10-07 11:37:09 +0000
committerPjotr Prins2016-10-07 11:37:09 +0000
commitd300e9183900962cafbac47b0cbbdb43a49e2019 (patch)
treef06f2bc4421b9c9d63ec47e58370b78313c6de1e /wqflask/utility/tools.py
parent2b1df54a13f0fa53c91ce23a4e9b7b9262983946 (diff)
downloadgenenetwork2-d300e9183900962cafbac47b0cbbdb43a49e2019.tar.gz
Make sure JS path exists
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r--wqflask/utility/tools.py2
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"))