diff options
author | Pjotr Prins | 2016-06-18 06:24:01 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-18 06:24:14 +0000 |
commit | 540926af239735854084ec1cfe06a3bd4fed8977 (patch) | |
tree | d3ff2292b4666a4d88b9f6771cf2eab5edbd4dab /wqflask/wqflask | |
parent | 93e3878c8b97ecbf28630e4bb3733a29f4cf45aa (diff) | |
download | genenetwork2-540926af239735854084ec1cfe06a3bd4fed8977.tar.gz |
Logger: introducing logging
Diffstat (limited to 'wqflask/wqflask')
-rwxr-xr-x | wqflask/wqflask/correlation_matrix/show_corr_matrix.py | 2 |
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 |