build.py: Use pythonic class name

This commit is contained in:
Mykola Grymalyuk
2022-11-12 17:14:39 -07:00
parent 21c40277bb
commit 55061bc86d
5 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class arguments:
print("- Building for natively supported model")
settings.allow_oc_everywhere = True
settings.serial_settings = "None"
build.BuildOpenCore(settings.custom_model or settings.computer.real_model, settings).build_opencore()
build.build_opencore(settings.custom_model or settings.computer.real_model, settings).build_opencore()
elif self.args.patch_sys_vol:
print("- Set System Volume patching")