Skip to content

Commit

Permalink
sage -package download: Fix argparse for --no-check-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Dec 26, 2023
1 parent e249bef commit de08b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sage_bootstrap/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def make_parser():
parser_download.add_argument(
'--on-error', choices=['stop', 'warn'], default='stop',
help='What to do if the tarball cannot be downloaded')
parser.add_argument(
parser_download.add_argument(
'--no-check-certificate', action='store_true',
help='Do not check SSL certificates for https connections')

Expand Down

0 comments on commit de08b80

Please sign in to comment.