Skip to content

Commit 4215700

Browse files
committed
Recover adjustOverriddenEOV call from the CCDBPopulator
Was suppressed by mistake in the previous PR
1 parent b9b3e2e commit 4215700

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Detectors/Calibration/workflow/CCDBPopulatorSpec.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ void CCDBPopulator::doUpload(const CcdbObjectInfo& wrp, const gsl::span<const ch
207207
LOGP(important, "Validated upload to {} / {} for [{}:{}]", mAPI.getURL(), wrp.getPath(), wrp.getStartValidityTimestamp(), wrp.getEndValidityTimestamp());
208208
}
209209
}
210+
if (wrp.isAdjustableEOV() && !mAPI.isSnapshotMode()) {
211+
o2::ccdb::adjustOverriddenEOV(mAPI, wrp);
212+
}
210213
}
211214

212215
void CCDBPopulator::logAsNeeded(long nowMS, const std::string& path, std::string& msg)

0 commit comments

Comments
 (0)