From b2b4c68ddb8bbd6c3ff36848ba69217a1b171a28 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Fri, 21 Mar 2025 18:10:26 -0400 Subject: [PATCH] chore: rename check title --- joint_teapot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index a3b92b7..c8a7111 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -555,7 +555,7 @@ def joj3_check_env( if failed: title = "### Submission Count Check Failed:" else: - title = "### Submission Count Check Result:" + title = "### Submission Count Check Passed:" msg = f"{title}\n{comment}\n" print(json.dumps({"msg": msg, "failed": failed})) # print result to stdout for joj3 logger.info("joj3-check-env done")