From d6161481efd0dab7d8208e65217d45825bb0e876 Mon Sep 17 00:00:00 2001 From: Jazzzny Date: Fri, 28 Jul 2023 21:26:28 -0400 Subject: [PATCH] Add returns to comply with comment --- resources/sys_patch/sys_patch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/sys_patch/sys_patch.py b/resources/sys_patch/sys_patch.py index fd24fecea..4f7741aa0 100644 --- a/resources/sys_patch/sys_patch.py +++ b/resources/sys_patch/sys_patch.py @@ -279,6 +279,8 @@ class PatchSysVolume: if self.needs_kmutil_exemptions is True: logging.info("Note: Apple will require you to open System Preferences -> Security to allow the new kernel extensions to be loaded") self.constants.root_patcher_succeeded = True + return True + return False def _rebuild_kernel_collection(self) -> bool: