From 1e6eec3bdade7cb73430af73220698ba864a4ac8 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Thu, 5 May 2022 10:03:53 -0600 Subject: [PATCH] sys_patch_dict.py: Fix formatting --- data/sys_patch_dict.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/sys_patch_dict.py b/data/sys_patch_dict.py index 79669449a..86647af1f 100644 --- a/data/sys_patch_dict.py +++ b/data/sys_patch_dict.py @@ -9,7 +9,7 @@ # - Processes: Additional processes to run - Array of strings # File Storage is based off the origin, ie. '10.13.6/System/Library/Extensions/IOSurface.kext' -# Stubbed binaries are OS specific, this use the 'os_major' variable to denounce which folder to use +# Stubbed binaries are OS specific, they use the 'os_major' variable to denounce which folder to use from data import os_data @@ -198,9 +198,9 @@ def SystemPatchDictionary(os_major): }, }, "Remove": { - "/System/Library/Extensions": { - "AppleCameraInterface.kext", - }, + "/System/Library/Extensions": [ + "AppleCameraInterface.kext" + ], }, }, "Intel Ironlake": {