diff options
author | Zachary Sloan | 2013-05-09 22:54:34 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-05-09 22:54:34 +0000 |
commit | 5a3f413da480123e3ad943b5f556e0a557f185cc (patch) | |
tree | e19d54628aeae318acaf8fb70ac1aaae4c77b565 /wqflask/base/data_set.py | |
parent | eddd1badf9b1c84e16f9e461ee9920554ebd8c5a (diff) | |
download | genenetwork2-5a3f413da480123e3ad943b5f556e0a557f185cc.tar.gz |
Just added some print statements so I can show matrix/vector
shapes to Tony
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-x | wqflask/base/data_set.py | 2 |
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" |