We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c21bfa commit 5b6f229Copy full SHA for 5b6f229
tests/primer/primer_tool.py
@@ -273,7 +273,7 @@ def _create_comment(
273
if len(comment) + len(hash_information) >= MAX_GITHUB_COMMENT_LENGTH:
274
truncation_information = (
275
f"*This comment was truncated because GitHub allows only"
276
- f"{MAX_GITHUB_COMMENT_LENGTH} characters in a comment.*"
+ f" {MAX_GITHUB_COMMENT_LENGTH} characters in a comment.*"
277
)
278
max_len = (
279
MAX_GITHUB_COMMENT_LENGTH
0 commit comments