mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
mprove get_review_thread_comments method implementation
Co-authored-by: ofir-frd <85901822+ofir-frd@users.noreply.github.com>
This commit is contained in:
@ -460,7 +460,7 @@ class GithubProvider(GitProvider):
|
|||||||
return thread_comments
|
return thread_comments
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
get_logger().warning(f"Failed to get review comments for comment {comment_id}, error: {e}")
|
get_logger().exception(f"Failed to get review comments for an inline ask command", artifact={"comment_id": comment_id, "error": e})
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def _publish_inline_comments_fallback_with_verification(self, comments: list[dict]):
|
def _publish_inline_comments_fallback_with_verification(self, comments: list[dict]):
|
||||||
|
Reference in New Issue
Block a user