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")