Skip to content

Commit

Permalink
Edit slightly to trigger another build
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Jun 8, 2021
1 parent 3d9b24c commit d66e7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/android/post_benchmarks_as_pr_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def post_to_gist(filename: str, content: str, verbose: bool = False):

response = response.json()
if verbose:
print(response)
print(f"Gist posting response: {response}")

if response["truncated"]:
raise requests.RequestException(f"Content too large and gotten truncated")
Expand Down Expand Up @@ -393,7 +393,7 @@ def get_previous_comment_on_pr(pr_number: str,

response = response.json()
if verbose:
print(response)
print(f"Previous comment query response: {response}")

# Find the last comment from GITHUB_USER and has the ABBR_PR_COMMENT_TITILE
# keyword.
Expand Down

0 comments on commit d66e7e0

Please sign in to comment.