mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
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:
parent
6e19e77e5e
commit
45d776a1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue