aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2017-05-31 09:42:39 +0200
committerzsloan2017-05-31 09:42:39 +0200
commit2f2188dc7db5737918b65759693b5ece8a026f5a (patch)
tree9b21272e0b68371c0162a3ca0f5e1462cdc966f5 /wqflask
parent20bfea930f5d9f5b96ba8df7123ac108b7264cf9 (diff)
parent41da1283c829e587a37e21c52f71f9b1c57be80b (diff)
downloadgenenetwork2-2f2188dc7db5737918b65759693b5ece8a026f5a.tar.gz
Merge branch 'master' of https://github.com/genenetwork/genenetwork2
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/utility/tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index c1c6fd36..49e3471e 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -231,7 +231,7 @@ USE_GN_SERVER = get_setting_bool('USE_GN_SERVER')
GENENETWORK_FILES = get_setting('GENENETWORK_FILES')
JS_GUIX_PATH = get_setting('JS_GUIX_PATH')
-assert_dir(JS_GUIX_PATH)
+# assert_dir(JS_GUIX_PATH) - don't enforce right now
JS_GN_PATH = get_setting('JS_GN_PATH')
assert_dir(JS_GN_PATH)