diff --git a/src/runtime_src/core/tools/common/reports/ReportHost.cpp b/src/runtime_src/core/tools/common/reports/ReportHost.cpp index 341f0f35622..3b4281c9d34 100644 --- a/src/runtime_src/core/tools/common/reports/ReportHost.cpp +++ b/src/runtime_src/core/tools/common/reports/ReportHost.cpp @@ -162,7 +162,7 @@ ReportHost::writeReport(const xrt_core::device* /*_pDevice*/, if (!available_devices.empty()) _output << boost::format(" %-20s : %s\n") % "Firmware Version" % available_devices.begin()->second.get("firmware_version"); } - catch (const xrt_core::query::exception&) { + catch (...) { //no device available }