Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Sep 22, 2024
1 parent be80522 commit 20d8e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_help_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async def run(self):
if get_settings().config.publish_output:
self.git_provider.publish_comment(answer_str)
else:
get_logger().info(f"Answer: {response}")
get_logger().info(f"Answer:\n{answer_str}")
else:
if not isinstance(self.git_provider, BitbucketServerProvider) and not self.git_provider.is_supported("gfm_markdown"):
self.git_provider.publish_comment(
Expand Down

0 comments on commit 20d8e76

Please sign in to comment.