Skip to content

Commit

Permalink
Update auto_cl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon committed Jun 27, 2024
1 parent 3e39ed2 commit 5cb4df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ATD/auto_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def fetch_pr_data(token, repo, pr_number):
def fetch_single_pr(number):
try:
pr_info = get_pr_info(token, repo, number)
print(pr_info)
logging.info(pr_info)
# Проверяем, что PR был замержен
if not pr_info.get('merged_at'):
return None
Expand Down

0 comments on commit 5cb4df1

Please sign in to comment.