mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
DocHelper
This commit is contained in:
@ -195,7 +195,7 @@ class PRHelpMessage:
|
|||||||
self.git_provider.publish_comment(answer_str)
|
self.git_provider.publish_comment(answer_str)
|
||||||
else:
|
else:
|
||||||
get_logger().info(f"Could not find relevant snippets for the question: {self.question_str}")
|
get_logger().info(f"Could not find relevant snippets for the question: {self.question_str}")
|
||||||
return
|
return ""
|
||||||
|
|
||||||
# prepare the answer
|
# prepare the answer
|
||||||
answer_str = ""
|
answer_str = ""
|
||||||
|
Reference in New Issue
Block a user