chore: better help
All checks were successful
build / trigger-build-image (push) Successful in 15s

This commit is contained in:
张泊明518370910136 2025-10-29 20:38:22 -07:00
parent 332e522051
commit 77064ac37c
GPG Key ID: CA088E6D9284F870

View File

@ -501,7 +501,9 @@ def joj3_check_env(
"Example: --penalty-config 24=0.75,48=0.5"
),
),
ignore_submitter: bool = Option(False, help="ignore submitter when checking"),
ignore_submitter: bool = Option(
False, help="ignore submitter when checking submission count"
),
) -> None:
app.pretty_exceptions_enable = False
set_settings(Settings(_env_file=env_path))