aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask
diff options
context:
space:
mode:
authorPjotr Prins2016-06-18 06:24:01 +0000
committerPjotr Prins2016-06-18 06:24:14 +0000
commit540926af239735854084ec1cfe06a3bd4fed8977 (patch)
treed3ff2292b4666a4d88b9f6771cf2eab5edbd4dab /wqflask/wqflask
parent93e3878c8b97ecbf28630e4bb3733a29f4cf45aa (diff)
downloadgenenetwork2-540926af239735854084ec1cfe06a3bd4fed8977.tar.gz
Logger: introducing logging
Diffstat (limited to 'wqflask/wqflask')
-rwxr-xr-xwqflask/wqflask/correlation_matrix/show_corr_matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/correlation_matrix/show_corr_matrix.py b/wqflask/wqflask/correlation_matrix/show_corr_matrix.py
index 5c3354f1..7b67e626 100755
--- a/wqflask/wqflask/correlation_matrix/show_corr_matrix.py
+++ b/wqflask/wqflask/correlation_matrix/show_corr_matrix.py
@@ -21,7 +21,7 @@
from __future__ import absolute_import, print_function, division
import sys
-sys.path.append(".")
+# sys.path.append(".") Never do this in a webserver!
import gc
import string