Skip to content

Commit

Permalink
add default min
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Apr 11, 2024
1 parent df915e7 commit 4d3a2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asreviewcontrib/makita/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def execute(self, argv): # noqa: C901
parser_template.add_argument(
"--stop_if",
type=str,
default="min",
help="The number of label actions to simulate. ",
)
parser_template.add_argument(
Expand Down

0 comments on commit 4d3a2ef

Please sign in to comment.