Skip to content

Commit

Permalink
fix missing whitespace in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Mar 21, 2024
1 parent d8d04b0 commit f80caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def close_conversation(thread_id, github_token, github_api_timeout):
else:
print(f"::error::GraphQL request failed: {response.status_code}")
print(
"::error:: Failed to close conversation. See log for details and"
"::error:: Failed to close conversation. See log for details and "
"https://github.com/platisd/clang-tidy-pr-comments/blob/master/README.md for help"
)
raise RuntimeError("Failed to close conversation.")
Expand Down

0 comments on commit f80caec

Please sign in to comment.