From c3b053f0a5f5334db8fca4b2b0f8c813c91f651a Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Tue, 24 Jun 2025 09:31:39 -0400 Subject: [PATCH] fix: total score penalty warning --- joint_teapot/utils/joj3.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/joint_teapot/utils/joj3.py b/joint_teapot/utils/joj3.py index c315441..a89a437 100644 --- a/joint_teapot/utils/joj3.py +++ b/joint_teapot/utils/joj3.py @@ -236,9 +236,7 @@ def generate_title_and_comment( "[Joint-Teapot](https://github.com/BoYanZh/Joint-Teapot) with ❤️.\n" ) if penalty_factor != 1.0: - comment += ( - f"## Total Score Penalty Warning\nThe total score is multiplied by 0.75.\n" - ) + comment += f"## ⚠️Total Score Penalty Warning⚠️\n**The total score is multiplied by {penalty_factor}.**\n" for stage in stages: if all( result["score"] == 0 and result["comment"].strip() == ""