Skip to content
Snippets Groups Projects
Commit d7604302 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Do the necessary whitespace cleanup

parent 51e0d445
No related branches found
No related tags found
1 merge request!198Signing key whitespace handling
......@@ -307,4 +307,4 @@ def load_signing_key(path):
:return challenge_bypass_ristretto.SigningKey: An object representing the
key read.
"""
return SigningKey.decode_base64(path.getContent())
return SigningKey.decode_base64(path.getContent().strip())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment