diff --git a/nucypher/characters/lawful.py b/nucypher/characters/lawful.py index 9c5ced2f2..a52216538 100644 --- a/nucypher/characters/lawful.py +++ b/nucypher/characters/lawful.py @@ -678,7 +678,9 @@ class Bob(Character): ) if len(successes) < threshold: - raise Ursula.NotEnoughUrsulas(f"Not enough Ursulas to decrypt: {failures}") + raise Ursula.NotEnoughUrsulas( + f"Threshold of Ursulas unable to decrypt: {failures}" + ) self.log.debug("Got enough shares to decrypt.") if decryption_request.variant == FerveoVariant.Precomputed: