sys_patch_auto: Clean up class

This commit is contained in:
Mykola Grymalyuk
2022-11-20 16:29:10 -07:00
parent 70402af1d7
commit d284dc6248
3 changed files with 34 additions and 29 deletions

View File

@@ -459,7 +459,7 @@ class PatchSysVolume:
self.execute_patchset(sys_patch_detect.detect_root_patch(self.computer.real_model, self.constants).generate_patchset(self.hardware_details))
if self.constants.wxpython_variant is True and self.constants.detected_os >= os_data.os_data.big_sur:
sys_patch_auto.AutomaticSysPatch.install_auto_patcher_launch_agent(self.constants)
sys_patch_auto.AutomaticSysPatch(self.constants).install_auto_patcher_launch_agent()
self.rebuild_snapshot()