Fix CLI crash

This commit is contained in:
Mykola Grymalyuk
2021-07-05 19:08:50 -06:00
parent 25522069dc
commit ed7c0c6760
4 changed files with 16 additions and 3 deletions

View File

@@ -76,9 +76,9 @@ class OpenCoreLegacyPatcher:
if args.disk:
print(f"- Install Disk set: {args.disk}")
self.constants.disk = args.disk
if args.patch_disk:
print(f"- Patch Disk set: {args.patch_disk}")
self.constants.patch_disk = args.patch_disk
#if args.patch_disk:
# print(f"- Patch Disk set: {args.patch_disk}")
# self.constants.patch_disk = args.patch_disk
if args.verbose:
print("- Set verbose configuration")
self.constants.verbose_debug = True