Skip to content

Commit

Permalink
argparse fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jan 25, 2024
1 parent 86009c8 commit ebb1ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion max_python3.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_max_python(semvar_range: str) -> str:
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
parser.add_argument(
"semvar-range",
"semvar_range",
help="the semantic version range",
)
args = parser.parse_args()
Expand Down

0 comments on commit ebb1ad0

Please sign in to comment.