sys_patch_dict.py: Fix comparison

This commit is contained in:
Mykola Grymalyuk
2024-03-10 17:06:07 -06:00
parent cdb40d8201
commit e494906f22

View File

@@ -1335,7 +1335,7 @@ class SystemPatchDictionary():
},
"Install": {
"/System/Library/Extensions": {
"IOUSBHostFamily.kext": "12.6.2" if self.os_major < self.macOS_14_4 else "12.6.2-23.4",
"IOUSBHostFamily.kext": "12.6.2" if self.os_float < self.macOS_14_4 else "12.6.2-23.4",
},
},
},