aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility
diff options
context:
space:
mode:
authorPjotr Prins2017-05-31 07:42:13 +0000
committerPjotr Prins2017-05-31 07:42:13 +0000
commit41da1283c829e587a37e21c52f71f9b1c57be80b (patch)
treea6ebc9cfe12ffb6c5570f607e0bdee8e1fe448a2 /wqflask/utility
parent755b9aaa31c73cc5fe8c1a75d74846f1d8594419 (diff)
downloadgenenetwork2-41da1283c829e587a37e21c52f71f9b1c57be80b.tar.gz
JS_GUIX_PATH may not be there
Diffstat (limited to 'wqflask/utility')
-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)