Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Detectors/Calibration/workflow/CCDBPopulatorSpec.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ void CCDBPopulator::doUpload(const CcdbObjectInfo& wrp, const gsl::span<const ch
LOGP(important, "Validated upload to {} / {} for [{}:{}]", mAPI.getURL(), wrp.getPath(), wrp.getStartValidityTimestamp(), wrp.getEndValidityTimestamp());
}
}
if (wrp.isAdjustableEOV() && !mAPI.isSnapshotMode()) {
o2::ccdb::adjustOverriddenEOV(mAPI, wrp);
}
}

void CCDBPopulator::logAsNeeded(long nowMS, const std::string& path, std::string& msg)
Expand Down
Loading