Skip to content

Commit

Permalink
Use int type
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Nov 25, 2024
1 parent 616aad1 commit 3ef853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributions/validate-modern.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@click.option('--repo-path', '..')
@click.option('--arm64', is_flag=True)
@click.option('--github-token', default=None)
@click.option('--github-pr', default=None)
@click.option('--github-pr', default=None, type=int)
@click.option('--github-commit', default=None)
@click.option('--debug', is_flag=True)
def main(manifest: str, tar: str, compare_with_branch: str, repo_path: str, arm64: bool, github_token: str, github_pr: str, github_commit: str, debug: bool):
Expand Down

0 comments on commit 3ef853b

Please sign in to comment.