mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
No longer mask failed challenge errors with encoding errors (#4867)
* no longer masker failed challenge errors with encoding errors * simplifying through type-checking * bytes
This commit is contained in:
@@ -28,7 +28,6 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
class AnnotatedChallenge(jose.ImmutableMap):
|
||||
"""Client annotated challenge.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user