Skip to content

Commit

Permalink
fix: joj3-failed-table order
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Oct 1, 2024
1 parent d0192f3 commit d92e811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions joint_teapot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit d92e811

Please sign in to comment.