From 342c145d20b310a1387932bd140adf480b30d482 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 10 Oct 2024 20:17:40 -0400 Subject: [PATCH] fix: new line after stage --- joint_teapot/utils/joj3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_teapot/utils/joj3.py b/joint_teapot/utils/joj3.py index eac9bea..79d7abe 100644 --- a/joint_teapot/utils/joj3.py +++ b/joint_teapot/utils/joj3.py @@ -196,7 +196,7 @@ def generate_title_and_comment( + "[Joint-Teapot](https://github.com/BoYanZh/Joint-Teapot) with ❤️.\n" ) for stage in stages: - comment += f"## {stage['name']}" + comment += f"## {stage['name']}\n" if all( result["score"] == 0 and result["comment"].strip() == "" for result in stage["results"]