Skip to content

Commit

Permalink
CU-8695jwnjk: Fix description of an argument for --help to work in CLI (
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r authored Sep 2, 2024
1 parent b8bb4e3 commit b28fa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medcat/utils/regression/regression_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def main(model_pack_dir: Path, test_suite_file: Path,
parser.add_argument('--only-describe', help='Only describe the various findings and exit.',
action='store_true')
parser.add_argument('--require-fully-correct', help='Require the regression test to be fully correct. '
'If set, a non-zero exit status is returned unless all cases are successful (100%). '
'If set, a non-zero exit status is returned unless all cases are successful (100%%). '
'This can be useful for (e.g) CI workflow integration.',
action='store_true')
args = parser.parse_args()
Expand Down

0 comments on commit b28fa05

Please sign in to comment.