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>
This commit is contained in:
Wonchae Lee 2025-02-20 12:32:06 -05:00 committed by GitHub
parent 6e19e77e5e
commit 45d776a1f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -960,7 +960,7 @@ class GithubProvider(GitProvider):
sub_issues.add(sub_issue["url"])
except Exception as e:
print(f"Failed to fetch sub-issues. Error: {e}")
get_logger().exception(f"Failed to fetch sub-issues. Error: {e}")
return sub_issues