Actually print the error message when SharkRunner can't initialize the driver (#482)

Right now it would just terminate the process silently
This commit is contained in:
Mehdi Amini
2022-11-13 19:08:46 -08:00
committed by GitHub
parent a526f7d5b8
commit 559928e93b

View File

@@ -75,7 +75,7 @@ class SharkRunner:
self.extra_args = extra_args
if check_device_drivers(self.device):
device_driver_info(self.device)
print(device_driver_info(self.device))
sys.exit(1)
if compile_vmfb == True: