From 76106ab83206fff16e4b44acec6ba4b7e3fe5e92 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 8 Oct 2024 17:40:44 +0700 Subject: [PATCH] Specify error distinctions and update notes --- Scripts/compatibility_checker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/compatibility_checker.py b/Scripts/compatibility_checker.py index cd18847..05d7728 100644 --- a/Scripts/compatibility_checker.py +++ b/Scripts/compatibility_checker.py @@ -165,7 +165,8 @@ class CompatibilityChecker: if "PCI" in controller_props.get("Bus Type"): device_id = controller_props.get("Device ID") if device_id in pci_data.IntelVMDIDs: - raise Exception("Disable Intel RST VMD in the BIOS before exporting the AIDA64 report and try again with the new report") + self.utils.request_input("Disable Intel RST VMD in the BIOS before exporting the hardware report and try again with the new report") + self.utils.exit_program() elif device_id in pci_data.UnsupportedNVMeSSDIDs: self.unsupported_devices["Storage: {}".format(pci_data.UnsupportedNVMeSSDIDs[device_id])] = controller_props else: