Skip to content

Commit

Permalink
sys_patch.py: Fix last
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed May 31, 2024
1 parent 0e6576a commit 6daa038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opencore_legacy_patcher/sys_patch/sys_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def _run_sanity_checks(self) -> bool:
except:
logging.error("- Failed to parse SystemVersion.plist")
return False

return True


def _merge_kdk_with_root(self, save_hid_cs: bool = False) -> None:
Expand Down

0 comments on commit 6daa038

Please sign in to comment.