From d92e8114d8b2bab5cb9e2568de2a4d29220bc6c2 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Tue, 1 Oct 2024 03:17:43 -0400 Subject: [PATCH] fix: joj3-failed-table order --- joint_teapot/app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index 23ebe6d..6b37a18 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -264,13 +264,13 @@ def joj3_failed_table( "", help="repository's name of the submitter", ), - failed_table_file_name: str = Argument( - "failed-table.md", help="name of failed table file in the gitea repo" - ), run_number: str = Argument( "", help="gitea actions run number", ), + failed_table_file_name: str = Argument( + "failed-table.md", help="name of failed table file in the gitea repo" + ), ) -> None: set_settings(Settings(_env_file=env_path)) if joj3.check_skipped(score_file_path, "skip-failed-table"):