Skip to content
Snippets Groups Projects
Commit 84e78ed9 authored by Eva Bardou's avatar Eva Bardou :frog:
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent b1258a41
No related branches found
No related tags found
1 merge request!480Evaluate specific sets only
This commit is part of merge request !480. Comments created here will be created in the context of that merge request.
...@@ -88,7 +88,7 @@ def add_evaluate_parser(subcommands) -> None: ...@@ -88,7 +88,7 @@ def add_evaluate_parser(subcommands) -> None:
parser.add_argument( parser.add_argument(
"--sets", "--sets",
dest="set_names", dest="set_names",
help=f"Sets to evaluate. Defaults to {', '.join(pretty_splits)}." help=f"Sets to evaluate. Defaults to {', '.join(pretty_splits)}.",
default=SPLIT_NAMES, default=SPLIT_NAMES,
nargs="+", nargs="+",
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment