[Blends-commit] [SCM] website branch, master, updated. 8b9b2550601754ce28b92332327c562029e53837
Andreas Tille
tille at debian.org
Fri Jul 3 11:08:25 UTC 2015
The following commit has been merged in the master branch:
commit 8b9b2550601754ce28b92332327c562029e53837
Author: Akshita Jha <akshita-guest at users.alioth.debian.org>
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
More information about the Blends-commit
mailing list