Go back to the way it was.

This commit is contained in:
Itamar Turner-Trauring 2020-11-04 13:45:41 -05:00
parent 4c4f7f8fa1
commit 813594bbac

View File

@ -209,7 +209,7 @@ class StorageFarmBroker(service.MultiService):
# written tests will still fail if a surprising exception
# arrives here but they might be harder to debug without this
# information.
raise
pass
else:
if isinstance(server_id, str):
server_id = server_id.encode("utf-8")