sys_patch.py: Fix last

This commit is contained in:
Dhinak G
2024-05-31 12:21:56 -04:00
parent 0e6576ac3d
commit 6daa038705
@@ -147,6 +147,8 @@ class PatchSysVolume:
logging.error("- Failed to parse SystemVersion.plist") logging.error("- Failed to parse SystemVersion.plist")
return False return False
return True
def _merge_kdk_with_root(self, save_hid_cs: bool = False) -> None: def _merge_kdk_with_root(self, save_hid_cs: bool = False) -> None:
""" """