Skip to content

Commit

Permalink
Fix Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesch committed Jul 4, 2024
1 parent e542f7e commit 1ba01a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/TPC/src/CheckOfTrendings.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Quality CheckOfTrendings::check(std::map<std::string, std::shared_ptr<MonitorObj
totalQuality.addMetadata(Quality::Null.getName(), "Canvas not found");
return totalQuality;
}
getGraphs(canv, graphs, mo->getName()); // GANESHA
getGraphs(canv, graphs, mo->getName());

if (graphs.size() == 0) {
ILOG(Error, Support) << "Could not retrieve any TGraph for CheckOfTrendings" << ENDM;
Expand Down

0 comments on commit 1ba01a6

Please sign in to comment.