mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
explicit unicode
This commit is contained in:
@ -937,7 +937,7 @@ class _Client(node.Node, pollmixin.PollMixin):
|
|||||||
|
|
||||||
if self.config.get_config("storage", "grid_management", default=False, boolean=True):
|
if self.config.get_config("storage", "grid_management", default=False, boolean=True):
|
||||||
grid_manager_certificates = _load_grid_manager_certificates(self.config)
|
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
|
# XXX we should probably verify that the certificates are
|
||||||
# valid and not expired, as that could be confusing for the
|
# valid and not expired, as that could be confusing for the
|
||||||
|
Reference in New Issue
Block a user