diff options
author | Zachary Sloan | 2013-05-08 22:25:11 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-05-08 22:25:11 +0000 |
commit | eddd1badf9b1c84e16f9e461ee9920554ebd8c5a (patch) | |
tree | a77538491eb672cbc74276a896a3ce5806b41222 /web | |
parent | ad95e4f03ea5c5f7ee4a7eca1b001a45666f637c (diff) | |
parent | b4371ef0d96605187b7474e7e4844dbebab67d8b (diff) | |
download | genenetwork2-eddd1badf9b1c84e16f9e461ee9920554ebd8c5a.tar.gz |
Merge branch 'flask' of git://github.com/leiyan/genenetwork into flask
Diffstat (limited to 'web')
-rwxr-xr-x | web/webqtl/correlation/CorrelationPage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/webqtl/correlation/CorrelationPage.py b/web/webqtl/correlation/CorrelationPage.py index 72e53f1d..8c74ae0c 100755 --- a/web/webqtl/correlation/CorrelationPage.py +++ b/web/webqtl/correlation/CorrelationPage.py @@ -965,7 +965,7 @@ Resorting this table <br> if tempTable: self.cursor.execute( 'DROP TEMPORARY TABLE %s' % tempTable ) - return traits + return traits |