Skip to content

Commit

Permalink
show response json
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 28, 2023
1 parent 9e0a0a2 commit 8437eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/python/handle_new_contributor.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def send_verify_new_contributor_email(
timeout=60,
)

assert response.ok, response.reason
assert response.ok, response.json()


def main():
Expand Down

0 comments on commit 8437eb3

Please sign in to comment.