Skip to content

Commit b661610

Browse files
committed
fix megalinter
1 parent 0bd84be commit b661610

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PWGDQ/Core/CutsLibrary.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7838,7 +7838,9 @@ o2::aod::dqmlcuts::BdtScoreConfig o2::aod::dqmlcuts::GetBdtScoreCutsAndConfigFro
78387838
}
78397839
}
78407840

7841-
cutDirsFilled = true;
7841+
if (!cutDirsFilled) {
7842+
cutDirsFilled = true;
7843+
}
78427844

78437845
centBins.emplace_back(centMin, centMax);
78447846
ptBins.emplace_back(ptMin, ptMax);

0 commit comments

Comments
 (0)