Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
debug cuz fuck you github
Browse files Browse the repository at this point in the history
  • Loading branch information
hyper-neutrino committed Jul 30, 2021
1 parent 01c3ebd commit 144c1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/githooks.py
Expand Up @@ -126,7 +126,7 @@ def webhook_pr_review_comment(data):
+ " in file `"
+ data["comment"]["path"]
+ '`: "'
+ msgify(data["comment"]["body"])
+ repr(data["comment"]["body"])
+ '"'
)
return ""
Expand All @@ -153,7 +153,7 @@ def webhook_pr_review(data):
+ review["html_url"]
+ ") on "
+ link_pull_request(data["pull_request"])
+ (': "' + msgify(review["body"]) + '"' if review["body"] else "")
+ (': "' + repr(review["body"]) + '"' if review["body"] else "")
)
return ""

Expand Down

0 comments on commit 144c1a9

Please sign in to comment.