We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c349da8 commit 4a67423Copy full SHA for 4a67423
Framework/DataHandling/src/LoadNexusLogs.cpp
@@ -309,7 +309,7 @@ std::unique_ptr<Kernel::Property> createTimeSeriesValidityFilter(::NeXus::File &
309
}
310
} catch (::NeXus::Exception &ex) {
311
std::string error_msg = ex.what();
312
- if (error_msg != "NXopendata(value_valid) failed") {
+ if (error_msg.starts_with("NXopendata(value_valid) failed")) {
313
log.warning() << error_msg << "\n";
314
file.closeData();
315
// no data found
0 commit comments