Skip to content

Commit

Permalink
feat: Improve PR description formatting in pr_description.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 11, 2023
1 parent 9b97073 commit 480e2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _prepare_pr_answer(self) -> Tuple[str, str]:
value = ', '.join(v for v in value)
pr_body += f"{value}\n"
if idx < len(self.data) - 1:
pr_body += "\n___\n"
pr_body += "\n\n___\n\n"

if get_settings().config.verbosity_level >= 2:
get_logger().info(f"title:\n{title}\n{pr_body}")
Expand Down

0 comments on commit 480e2ee

Please sign in to comment.