Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs committed Jan 14, 2025
1 parent 2e6da7a commit 9f13c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pr_label_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_pr(pull_number: str) -> Response:
"""
try:
response = get(f'{API_PULLS_URL}/{pull_number}', headers=HEADERS)
print("get_pr response = " + response.json())
print("get_pr response = " + str(response.json()))
response.raise_for_status()
return response
except HTTPError as he:
Expand Down

0 comments on commit 9f13c47

Please sign in to comment.