Skip to content

Commit

Permalink
Recover adjustOverriddenEOV call from the CCDBPopulator
Browse files Browse the repository at this point in the history
Was suppressed by mistake in the previous PR
  • Loading branch information
shahor02 committed Jan 21, 2025
1 parent b9b3e2e commit 4215700
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 4215700

Please sign in to comment.