aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2016-10-12 09:40:37 +0000
committerPjotr Prins2016-10-12 09:40:37 +0000
commit516ffb59cb47f3e34970604dd7eec789156901c7 (patch)
treecef64d08eb15d95f9b6d3bb1d69c852db2461441
parent7603d9ca6ffe0997ff0b99dc854620f8857155e0 (diff)
downloadgenenetwork2-516ffb59cb47f3e34970604dd7eec789156901c7.tar.gz
JS: check for file explicitely
-rw-r--r--wqflask/utility/tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index 0ee1146e..82f78bc0 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -241,3 +241,4 @@ if os.environ.get('WQFLASK_OVERRIDES'):
assert_dir(get_setting("JS_BIODALLIANCE"))
assert_file(get_setting("JS_BIODALLIANCE")+"/build/dalliance-all.js")
assert_dir(get_setting("JS_TWITTER_POST_FETCHER"))
+assert_file(get_setting("JS_TWITTER_POST_FETCHER")+"/js/twitterFetcher_min.js")