From 02ae3c839330ca1bd20617e834f274c5c18ab4cc Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 6 Jul 2021 20:26:22 -0600 Subject: [PATCH] Update SysPatch.py Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/368 --- Resources/SysPatch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index af4f359da..caa298005 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -20,6 +20,7 @@ class PatchSysVolume: def __init__(self, model, versions): self.model = model self.constants: Constants.Constants = versions + self.computer = self.constants.computer self.root_mount_path = None self.sip_enabled = True self.sbm_enabled = True