diff options
author | Pjotr Prins | 2016-10-12 09:40:37 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-12 09:40:37 +0000 |
commit | 516ffb59cb47f3e34970604dd7eec789156901c7 (patch) | |
tree | cef64d08eb15d95f9b6d3bb1d69c852db2461441 /wqflask/utility/tools.py | |
parent | 7603d9ca6ffe0997ff0b99dc854620f8857155e0 (diff) | |
download | genenetwork2-516ffb59cb47f3e34970604dd7eec789156901c7.tar.gz |
JS: check for file explicitely
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 1 |
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") |