Flip the quotes @ oidc-exchange.py

This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-05-16 17:32:54 +02:00 committed by GitHub
parent 9da6dedb16
commit d1883f61f8
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -247,7 +247,7 @@ except requests.JSONDecodeError:
# occurred during minting. # occurred during minting.
if not mint_token_resp.ok: if not mint_token_resp.ok:
reasons = '\n'.join( reasons = '\n'.join(
f'* `{error['code']}`: {error['description']}' f'* `{error["code"]}`: {error["description"]}'
for error in mint_token_payload['errors'] for error in mint_token_payload['errors']
) )