From 12a71c8cbbc82d84bf2c859a57c025b796b240c6 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 4 Oct 2022 22:11:17 -0600 Subject: [PATCH] sys_patch.py: Adjust indentation --- resources/sys_patch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/sys_patch.py b/resources/sys_patch.py index df195919a..98a8a406e 100644 --- a/resources/sys_patch.py +++ b/resources/sys_patch.py @@ -122,8 +122,7 @@ class PatchSysVolume: if kdk_result is False: raise Exception(f"Unable to download KDK: {error_msg}") sys_patch_helpers.sys_patch_helpers(self.constants).install_kdk() - - kdk_path = sys_patch_helpers.sys_patch_helpers(self.constants).determine_kdk_present(match_closest=True, override_build=downloaded_kdk) + kdk_path = sys_patch_helpers.sys_patch_helpers(self.constants).determine_kdk_present(match_closest=True, override_build=downloaded_kdk) oclp_plist = Path("/System/Library/CoreServices/OpenCore-Legacy-Patcher.plist") if (Path(self.mount_location) / Path("System/Library/Extensions/System.kext/PlugIns/Libkern.kext/Libkern")).exists() and oclp_plist.exists():