From 5656ce244f8ff8af0347c7206451e88bf1769a5d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 17 Feb 2020 02:27:51 -0600 Subject: fix typo --- gn/services/genenetwork.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn/services/genenetwork.scm') diff --git a/gn/services/genenetwork.scm b/gn/services/genenetwork.scm index 5acbcea..516c124 100644 --- a/gn/services/genenetwork.scm +++ b/gn/services/genenetwork.scm @@ -46,8 +46,8 @@ (file (file-append mod-python "/modules/mod_python.so"))) %default-httpd-modules)) (extra-config (list "\ -PythonPath \"sys.path+['" %mod-python-path "', '" (file-append genenetwork "/web/webqtl") "']\" - +PythonPath \"sys.path+['" %mod-python-path "', '" (file-append genenetwork1 "/web/webqtl") "']\" + SetHandler python-program PythonHandler mod_python.publisher PythonAutoReload Off -- cgit v1.2.3