sys_patch.py: Fix last

This commit is contained in:
Dhinak G
2024-05-31 12:21:56 -04:00
parent 0e6576ac3d
commit 6daa038705

View File

@@ -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: