mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 17:56:58 +00:00
explicit unicode
This commit is contained in:
parent
45128f49c5
commit
5b4f5e89e1
@ -937,7 +937,7 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
|
||||
if self.config.get_config("storage", "grid_management", default=False, boolean=True):
|
||||
grid_manager_certificates = _load_grid_manager_certificates(self.config)
|
||||
announcement["grid-manager-certificates"] = grid_manager_certificates
|
||||
announcement[u"grid-manager-certificates"] = grid_manager_certificates
|
||||
|
||||
# XXX we should probably verify that the certificates are
|
||||
# valid and not expired, as that could be confusing for the
|
||||
|
Loading…
Reference in New Issue
Block a user