mirror of
https://github.com/timsutton/brigadier.git
synced 2025-05-30 15:05:19 -04:00
Ignore --model if --install is given.
This commit is contained in:
parent
1073c41b8d
commit
4ae6989fd3
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ when running the installer out of 'system32'." % output_dir)
|
||||||
sys.exit("The --leave-files option is only useful when used with --install option!")
|
sys.exit("The --leave-files option is only useful when used with --install option!")
|
||||||
|
|
||||||
if opts.model:
|
if opts.model:
|
||||||
|
if opts.install:
|
||||||
|
status("Ignoring '--model' when '--install' is used. The Boot Camp "
|
||||||
|
"installer won't allow other models to be installed, anyway.")
|
||||||
model = opts.model
|
model = opts.model
|
||||||
else:
|
else:
|
||||||
model = getMachineModel()
|
model = getMachineModel()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue