mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
DocHelper
This commit is contained in:
parent
804cb9ec1d
commit
d6b779eef8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue