From afb5d82421a5bf177aecf7e68ce2f567ac4a6ad9 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 16 Oct 2024 23:39:48 -0400 Subject: [PATCH] feat: backward compatible arg order --- 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 ce414f4..f3fc6a4 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -366,7 +366,6 @@ def joj3_create_result_issue( score_file_path: str = Argument( "", help="path to score json file generated by JOJ3" ), - submitter: str = Argument("", help="submitter ID"), submitter_repo_name: str = Argument( "", help="repository's name of the submitter", @@ -379,6 +378,7 @@ def joj3_create_result_issue( "unknown", help="name of the exercise that appears on the issue title", ), + submitter: str = Argument("", help="submitter ID"), commit_hash: str = Argument( "", help="commit hash that triggers gitea actions",