diff options
author | Pjotr Prins | 2016-10-11 12:19:01 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-11 12:19:01 +0000 |
commit | bf47de632fa787ea1c64005d44d73f6e47f5f474 (patch) | |
tree | 4916a3760dba4cf75310a2d3b701f482da4b08bd /wqflask/utility/tools.py | |
parent | ccfe1f2e1afac31de9d1b2f34ad66ed77a517202 (diff) | |
parent | 1a8aa3fced3dd3870f2d5fc1f5c8a5b8c7756634 (diff) | |
download | genenetwork2-bf47de632fa787ea1c64005d44d73f6e47f5f474.tar.gz |
Merge branch 'pjotr-gn2' into testing
Diffstat (limited to 'wqflask/utility/tools.py')
-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 90144962..df032e48 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -232,3 +232,5 @@ if os.environ.get('WQFLASK_OVERRIDES'): else: OVERRIDES[k] = cmd logger.debug(OVERRIDES) + +assert_dir(get_setting("TWITTER_POST_FETCHER_JS_PATH")) |