The following commit has been merged in the master branch:
commit 8b9b2550601754ce28b92332327c562029e53837
Author: Akshita Jha <[email protected]>
Date: Fri Jul 3 16:33:53 2015 +0530
Modify blendstasktools.py : Fix UnicodeDecode Error in Debian-Edu
diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 5e168ed..1e399c7 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -1293,6 +1293,7 @@ class TaskDependencies:
if responsible != '':
(_name, _url) = email.Utils.parseaddr(responsible)
_name = to_unicode(_name)
+ _url = to_unicode(_url)
try:
dep.responsible = '<a href="mailto:%s">%s</a>' %
(_url, _name)
dep.responsible = dep.responsible.encode('utf-8')
--
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