Skip to content

Commit

Permalink
Merge pull request #418 from flairNLP/fix-a-bug-in-test-case-generation
Browse files Browse the repository at this point in the history
Fix a bug in generate_parser_test_files.py
  • Loading branch information
MaxDall authored Apr 18, 2024
2 parents 2135e92 + d6907cc commit 7229c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_parser_test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def parse_arguments() -> Namespace:
parser.add_argument(
"-a",
"--attributes",
metavar="A",
nargs="*",
nargs="+",
default=[],
help=(
"the attributes which should be used to create test cases. "
f"default: {', '.join(attributes_required_to_cover)}"
Expand Down

0 comments on commit 7229c0c

Please sign in to comment.