From 6daa0387057f8360931bda7d7897e21652c213f3 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Fri, 31 May 2024 12:21:56 -0400 Subject: [PATCH] sys_patch.py: Fix last --- opencore_legacy_patcher/sys_patch/sys_patch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opencore_legacy_patcher/sys_patch/sys_patch.py b/opencore_legacy_patcher/sys_patch/sys_patch.py index c7f51759a..c76958630 100644 --- a/opencore_legacy_patcher/sys_patch/sys_patch.py +++ b/opencore_legacy_patcher/sys_patch/sys_patch.py @@ -146,6 +146,8 @@ class PatchSysVolume: except: logging.error("- Failed to parse SystemVersion.plist") return False + + return True def _merge_kdk_with_root(self, save_hid_cs: bool = False) -> None: