Skip to content

Commit de08b80

Browse files
author
Matthias Koeppe
committed
sage -package download: Fix argparse for --no-check-certificate
1 parent e249bef commit de08b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/sage_bootstrap/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def make_parser():
292292
parser_download.add_argument(
293293
'--on-error', choices=['stop', 'warn'], default='stop',
294294
help='What to do if the tarball cannot be downloaded')
295-
parser.add_argument(
295+
parser_download.add_argument(
296296
'--no-check-certificate', action='store_true',
297297
help='Do not check SSL certificates for https connections')
298298

0 commit comments

Comments
 (0)