spack make-installer: deterministic choice order (#38706)

This commit is contained in:
Adam J. Stewart 2023-07-04 02:39:38 -05:00 committed by GitHub
parent 33c5959e23
commit 5bd7a0c563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,8 @@ def setup_parser(subparser):
"-g",
"--git-installer-verbosity",
default="",
choices=set(["SILENT", "VERYSILENT"]),
help="Level of verbosity provided by bundled Git Installer.\
Default is fully verbose",
choices=["SILENT", "VERYSILENT"],
help="Level of verbosity provided by bundled Git Installer. Default is fully verbose",
required=False,
action="store",
dest="git_verbosity",