Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Aug 4, 2023
1 parent ec50ad8 commit 3fb4ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authutils/token/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def refresh_jwt_public_keys(user_api=None, pkey_cache=None, logger=None):
except:
raise JWTError(
"Attempted to refresh public keys for {},"
"but could not get keys from path {}.".format(user_api, path)
" but could not get keys from path {}.".format(user_api, path)
)

logger.info("Refreshing public key cache for issuer {}...".format(user_api))
Expand Down

0 comments on commit 3fb4ea8

Please sign in to comment.