From d300e9183900962cafbac47b0cbbdb43a49e2019 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 7 Oct 2016 11:37:09 +0000 Subject: Make sure JS path exists --- wqflask/utility/tools.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wqflask/utility') 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")) -- cgit v1.2.3