diff options
| author | Pjotr Prins | 2016-10-12 10:14:38 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2016-10-12 10:14:38 +0000 |
| commit | f0e23bc920b53414c5b698946d3591f31865c95e (patch) | |
| tree | 518e433159cb79c5fd8de49cbca796f73beb1916 | |
| parent | 516ffb59cb47f3e34970604dd7eec789156901c7 (diff) | |
| download | genenetwork2-f0e23bc920b53414c5b698946d3591f31865c95e.tar.gz | |
JS: check for file explicitely
| -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 82f78bc0..9860f63e 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -240,5 +240,6 @@ if os.environ.get('WQFLASK_OVERRIDES'): assert_dir(get_setting("JS_BIODALLIANCE")) assert_file(get_setting("JS_BIODALLIANCE")+"/build/dalliance-all.js") +assert_file(get_setting("JS_BIODALLIANCE")+"/build/worker-all.js") assert_dir(get_setting("JS_TWITTER_POST_FETCHER")) assert_file(get_setting("JS_TWITTER_POST_FETCHER")+"/js/twitterFetcher_min.js") |
