Skip to content

Commit c570369

Browse files
committed
Trivial change
1 parent c82ac5b commit c570369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/lowq2_reconstruction/PRfunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def find_existing_bot_comment(repo_owner, repo_name, pr_number, bot_comment_base
254254
response = requests.get(comments_url, headers=headers)
255255

256256
if response.status_code != 200:
257-
print(f"❌ Failed to get PR comments: {response.status_code}")
257+
print(f"❌ Failed to get PR comment: {response.status_code}")
258258
return None
259259

260260
comments = response.json()

0 commit comments

Comments
 (0)