From bfdaac0a05fac8c585d2edf39d09224bb22cc2f8 Mon Sep 17 00:00:00 2001 From: Hussam Lawen Date: Thu, 20 Feb 2025 20:11:25 +0200 Subject: [PATCH] Update pr_agent/git_providers/github_provider.py Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com> --- pr_agent/git_providers/github_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/git_providers/github_provider.py b/pr_agent/git_providers/github_provider.py index b92d8157..03814221 100644 --- a/pr_agent/git_providers/github_provider.py +++ b/pr_agent/git_providers/github_provider.py @@ -923,7 +923,7 @@ class GithubProvider(GitProvider): issue_id = response_json.get("data", {}).get("repository", {}).get("issue", {}).get("id") if not issue_id: - print(f"Warning: Issue ID not found for {issue_url}") + get_logger().warning(f"Issue ID not found for {issue_url}") return sub_issues # Fetch Sub-Issues