mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
Fix CLI crash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user