Skip to content

Commit

Permalink
fix --pdfium-ver latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Nov 22, 2023
1 parent a2ba356 commit fb15780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setupsrc/pypdfium2_setup/autorelease_conda_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def main():

parser = argparse.ArgumentParser()
parser.add_argument("--pdfium-ver", type=int, default=None)
parser.add_argument("--pdfium-ver", default=None)
args = parser.parse_args()
if not args.pdfium_ver or args.pdfium_ver == "latest":
args.pdfium_ver = PdfiumVer.get_latest()
Expand Down
1 change: 0 additions & 1 deletion setupsrc/pypdfium2_setup/craft_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def parse_args():
)
root_parser.add_argument(
"--pdfium-ver",
type = int,
default = None,
)
subparsers = root_parser.add_subparsers(dest="parser")
Expand Down

0 comments on commit fb15780

Please sign in to comment.