sys_patch_dict.py: Rework into class

This commit is contained in:
Mykola Grymalyuk
2023-03-21 09:45:45 -06:00
parent e288e27b7b
commit ec80afdd17
3 changed files with 1170 additions and 1122 deletions

View File

@@ -102,7 +102,7 @@ class PatcherValidation:
minor_kernel (int): Minor kernel version
"""
patchset = sys_patch_dict.SystemPatchDictionary(major_kernel, minor_kernel, self.constants.legacy_accel_support)
patchset = sys_patch_dict.SystemPatchDictionary(major_kernel, minor_kernel, self.constants.legacy_accel_support).patchset_dict
host_os_float = float(f"{major_kernel}.{minor_kernel}")
for patch_subject in patchset: