diff --git a/Modules/Common/src/TrendCheck.cxx b/Modules/Common/src/TrendCheck.cxx index 0cf1e6c242..c0b305506d 100644 --- a/Modules/Common/src/TrendCheck.cxx +++ b/Modules/Common/src/TrendCheck.cxx @@ -436,6 +436,9 @@ void TrendCheck::beautify(std::shared_ptr mo, Quality checkResult auto graphName = moName + "_" + std::to_string(graphIndex); + if (!mQualities.contains(graphName)) { + continue; + } Quality quality = mQualities[graphName]; if (mThresholdsTrendMedium.count(graphName) > 0) {