Skip to content

Commit

Permalink
Removed duplicate no-clean option as no_clean already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiwo735 committed Feb 28, 2024
1 parent 8fa3d72 commit 8940ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ def parse_args():
version=f"BetterTesting {__version__}"
)
parser.add_argument(
"--no-clean",
'--no_clean',
action="store_true",
default=False,
Expand Down

0 comments on commit 8940ae1

Please sign in to comment.