We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687ecff commit 7c053edCopy full SHA for 7c053ed
misc/scripts/library-coverage/comment-pr.py
@@ -59,7 +59,7 @@ def comment_pr(repo, run_id):
59
try:
60
utils.download_artifact(repo, "comment", "comment", run_id)
61
with open("comment/ID") as file:
62
- raw_comment_id = int(file.read())
+ raw_comment_id = int(file.read().strip())
63
except Exception as e:
64
# If there is no existing comment, the `comment/ID` artifact
65
# will not exist. This will cause `utils.download_artifact`
0 commit comments