mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
arguments.py: Remove unused variable
This commit is contained in:
@@ -109,10 +109,6 @@ If you plan to create the USB for another machine, please select the "Change Mod
|
|||||||
logging.info(f"- Using detected model: {self.constants.computer.real_model}")
|
logging.info(f"- Using detected model: {self.constants.computer.real_model}")
|
||||||
defaults.GenerateDefaults(self.constants.custom_model, True, self.constants)
|
defaults.GenerateDefaults(self.constants.custom_model, True, self.constants)
|
||||||
|
|
||||||
if self.args.disk:
|
|
||||||
logging.info(f"- Install Disk set: {self.args.disk}")
|
|
||||||
self.constants.disk = self.args.disk
|
|
||||||
|
|
||||||
if self.args.verbose:
|
if self.args.verbose:
|
||||||
logging.info("- Set verbose configuration")
|
logging.info("- Set verbose configuration")
|
||||||
self.constants.verbose_debug = True
|
self.constants.verbose_debug = True
|
||||||
|
|||||||
Reference in New Issue
Block a user