mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-24 23:06:43 +00:00
Fix debug statement
This commit is contained in:
parent
550a8c0d96
commit
2c95e88a49
2
main.py
2
main.py
@ -94,7 +94,7 @@ class GitHubClient(object):
|
|||||||
diff_request = requests.get(url=diff_url, headers=diff_headers)
|
diff_request = requests.get(url=diff_url, headers=diff_headers)
|
||||||
if diff_request.status_code == 200:
|
if diff_request.status_code == 200:
|
||||||
text = diff_request.text
|
text = diff_request.text
|
||||||
print("Diff text:\n{text}")
|
print(f"Diff text:\n{text}")
|
||||||
return text
|
return text
|
||||||
raise Exception('Could not retrieve diff. Operation will abort.')
|
raise Exception('Could not retrieve diff. Operation will abort.')
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user