mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
Merge branch '3618.bb-tests-python-3' into 3624.web-python-3-part-5
This commit is contained in:
commit
66a0628751
@ -961,7 +961,7 @@ class PublishStatusElement(Element):
|
||||
if si_s is None:
|
||||
si_s = "(None)"
|
||||
else:
|
||||
si_s = unicode("utf-8")
|
||||
si_s = unicode(si_s, "utf-8")
|
||||
return tag(si_s)
|
||||
|
||||
@renderer
|
||||
|
Loading…
x
Reference in New Issue
Block a user