mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
My oversight in confusing pass and continue
This commit is contained in:
@@ -266,7 +266,7 @@ class ConfigProdigy:
|
||||
discrete_gpu = gpu_info
|
||||
|
||||
if not discrete_gpu.get("PCI Path") or not discrete_gpu.get("Device ID") in pci_data.SpoofGPUIDs:
|
||||
pass
|
||||
continue
|
||||
|
||||
deviceproperties_add[discrete_gpu.get("PCI Path")] = {
|
||||
"device-id": self.utils.to_little_endian_hex(pci_data.SpoofGPUIDs.get(discrete_gpu.get("Device ID")).split("-")[-1]),
|
||||
|
||||
Reference in New Issue
Block a user