[Blends-commit] [SCM] website branch, master, updated. c3e16e9e851b5f56cb47b1e68e56c7ebb730d500
Ole Streicher
ole at aip.de
Tue Mar 15 12:47:23 UTC 2016
The following commit has been merged in the master branch:
commit c3e16e9e851b5f56cb47b1e68e56c7ebb730d500
Author: Ole Streicher <ole at aip.de>
Date: Tue Mar 15 13:47:19 2016 +0100
Remove wrong additional encoding call for task RemarkShort/RemarkLong fields
diff --git a/webtools/blendstasktools_udd.py b/webtools/blendstasktools_udd.py
index 2ebbc5e..2ec2e92 100644
--- a/webtools/blendstasktools_udd.py
+++ b/webtools/blendstasktools_udd.py
@@ -1227,8 +1227,8 @@ class TaskDependencies:
if row.get('remark'):
(short, long) = SplitDescription(row['remark'])
- dep.remark['short'] = MarkupString(short.encode('utf-8'), dep.pkg, 'RemarkShort')
- dep.remark['long'] = MarkupString(long.encode('utf-8'), dep.pkg, 'RemarkLong')
+ dep.remark['short'] = MarkupString(short, dep.pkg, 'RemarkShort')
+ dep.remark['long'] = MarkupString(long, dep.pkg, 'RemarkLong')
# Publications
dep.SetPublications(row)
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list