mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Fix double "raise"
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user