From: Luke Kenneth Casson Leighton Date: Tue, 20 Apr 2021 13:18:19 +0000 (+0100) Subject: break out summary onto new line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9aad6687d67661e94338627c1bb32803dfaa7fe;p=utils.git break out summary onto new line --- diff --git a/src/budget_sync/write_budget_markdown.py b/src/budget_sync/write_budget_markdown.py index b04e7fd..624e639 100644 --- a/src/budget_sync/write_budget_markdown.py +++ b/src/budget_sync/write_budget_markdown.py @@ -74,7 +74,7 @@ class MarkdownWriter: payment: Optional[Payment]): self.write_headers(headers) summary = markdown_escape(node.bug.summary) - print(f"* [Bug #{node.bug.id}]({node.bug_url}): {summary}", + print(f"* [Bug #{node.bug.id}]({node.bug_url}):\n {summary}", file=self.buffer) if payment is not None: if node.fixed_budget_excluding_subtasks \