mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
Go back to the way it was.
This commit is contained in:
parent
4c4f7f8fa1
commit
813594bbac
@ -209,7 +209,7 @@ class StorageFarmBroker(service.MultiService):
|
|||||||
# written tests will still fail if a surprising exception
|
# written tests will still fail if a surprising exception
|
||||||
# arrives here but they might be harder to debug without this
|
# arrives here but they might be harder to debug without this
|
||||||
# information.
|
# information.
|
||||||
raise
|
pass
|
||||||
else:
|
else:
|
||||||
if isinstance(server_id, str):
|
if isinstance(server_id, str):
|
||||||
server_id = server_id.encode("utf-8")
|
server_id = server_id.encode("utf-8")
|
||||||
|
Loading…
Reference in New Issue
Block a user