Skip to content

Commit 8de4ea6

Browse files
committed
Add patch
Submitted on behalf of @dmccombs
1 parent 4c4b202 commit 8de4ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/wx_gui/gui_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def host_has_3802_gpu(self) -> bool:
205205
gpu_dict = smbios_data.smbios_dictionary[model]["Stock GPUs"] if model in smbios_data.smbios_dictionary else []
206206

207207
for gpu in gpu_dict:
208-
if not self.constants.custom_model:
208+
if not self.constants.custom_model and hasattr(gpu, 'arch'):
209209
gpu = gpu.arch
210210
if gpu in [
211211
device_probe.Intel.Archs.Ivy_Bridge,

0 commit comments

Comments
 (0)