From 813594bbac6ac6951ccfe20dff12e2483ee79fda Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 4 Nov 2020 13:45:41 -0500 Subject: [PATCH] Go back to the way it was. --- src/allmydata/storage_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/storage_client.py b/src/allmydata/storage_client.py index 9b7422443..010d63233 100644 --- a/src/allmydata/storage_client.py +++ b/src/allmydata/storage_client.py @@ -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")