From b9aad6687d67661e94338627c1bb32803dfaa7fe Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 20 Apr 2021 14:18:19 +0100 Subject: [PATCH] break out summary onto new line --- src/budget_sync/write_budget_markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2