The following commit has been merged in the master branch:
commit 8e2f8bd893d998757c1d1d2b3d8a10938c02ae0f
Author: Akshita Jha <[email protected]>
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
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit