Skip to content

Commit

Permalink
WIP: Multi-line hack?
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Mar 30, 2024
1 parent e63091e commit 265a2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_oidc_ssh_cert_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _issue_vault_token(
except requests.exceptions.HTTPError as http_error:
error_message = str(http_error)
if http_error.response is not None:
error_message += f"\n{http_error.response.text}"
error_message += f"%0A{http_error.response.text}"
print("*******************")
print(error_message)
print("*******************")
Expand Down

0 comments on commit 265a2b4

Please sign in to comment.