From c23e39199034506be0e6855b0006dcdc916ec2f4 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 2 May 2022 22:14:31 -0600 Subject: [PATCH] sys_patch.py: Fix indentation --- resources/sys_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sys_patch.py b/resources/sys_patch.py index c076e87ba..a5b19b7a8 100644 --- a/resources/sys_patch.py +++ b/resources/sys_patch.py @@ -370,7 +370,7 @@ class PatchSysVolume: raise Exception("Failed to find AppleIntelSNBGraphicsFB.kext, cannot patch!!!") # Check all the files are present - for patch in required_patches: + for patch in required_patches: if "Install" in required_patches[patch]: for install_patch_directory in required_patches[patch]["Install"]: for install_file in required_patches[patch]["Install"][install_patch_directory]: