diff --git a/letsencrypt/client/client.py b/letsencrypt/client/client.py index d2134241b..95e0e6b53 100644 --- a/letsencrypt/client/client.py +++ b/letsencrypt/client/client.py @@ -694,8 +694,7 @@ class Client(object): raise LetsEncryptClientError( "The provided key is not a valid key") except IOError: - raise raise LetsEncryptClientError( - "The provided key could not be read") + raise LetsEncryptClientError("The provided key could not be read") # If CSR and key are provided, the key must be the same key used # in the CSR.