aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorZachary Sloan2013-05-09 22:54:34 +0000
committerZachary Sloan2013-05-09 22:54:34 +0000
commit5a3f413da480123e3ad943b5f556e0a557f185cc (patch)
treee19d54628aeae318acaf8fb70ac1aaae4c77b565 /wqflask/base
parenteddd1badf9b1c84e16f9e461ee9920554ebd8c5a (diff)
downloadgenenetwork2-5a3f413da480123e3ad943b5f556e0a557f185cc.tar.gz
Just added some print statements so I can show matrix/vector
shapes to Tony
Diffstat (limited to 'wqflask/base')
-rwxr-xr-xwqflask/base/data_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 1520b180..d7328441 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -385,7 +385,7 @@ class PhenotypeDataSet(DataSet):
continue # for now
if not webqtlUtil.hasAccessToConfidentialPhenotypeTrait(privilege=self.privilege, userName=self.userName, authorized_users=this_trait.authorized_users):
description = this_trait.pre_publication_description
- this_trait.description_display = description
+ this_trait.description_display = unicode(description, "utf8")
if not this_trait.year.isdigit():
this_trait.pubmed_text = "N/A"