summaryrefslogtreecommitdiff
path: root/ci/comment_on_fixes.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/comment_on_fixes.py')
-rw-r--r--ci/comment_on_fixes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/comment_on_fixes.py b/ci/comment_on_fixes.py
index f36cba93..b0f469b1 100644
--- a/ci/comment_on_fixes.py
+++ b/ci/comment_on_fixes.py
@@ -13,7 +13,7 @@ version = latest["version"]
comment = (
f"This is now released as part of [coverage {version}]" +
f"(https://pypi.org/project/coverage/{version})."
- )
+)
print(f"Comment will be: {comment}")
owner = "nedbat"