diff --git a/joint_teapot/app.py b/joint_teapot/app.py index e4776f6..ab3e744 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -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))