[Blends-commit] [SCM] website branch, master, updated. 8e2f8bd893d998757c1d1d2b3d8a10938c02ae0f
Andreas Tille
tille at debian.org
Thu Mar 5 21:21:26 UTC 2015
The following commit has been merged in the master branch:
commit 8e2f8bd893d998757c1d1d2b3d8a10938c02ae0f
Author: Akshita Jha <zenith158 at gmail.com>
Date: Thu Mar 5 22:08:24 2015 +0530
Solve bugs_udd.py unicode issue [2]
diff --git a/webtools/bugs_udd.py b/webtools/bugs_udd.py
index 5fd2744..e787187 100755
--- a/webtools/bugs_udd.py
+++ b/webtools/bugs_udd.py
@@ -158,7 +158,7 @@ def main():
bugs_data[task] = {}
bugs_data[task]['title'] = t['title']
bugs_data[task]['description'] = t['description']
- bugs_data[task]['long_description'] = t['long_description']
+ bugs_data[task]['long_description'] = to_unicode(t['long_description'])
bugs_data[task]['nopenbugs'] = 0
bugs_data[task]['ndonebugs'] = 0
bugs_data[task]['weighttask'] = 0
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list