We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3828a85 commit 3727951Copy full SHA for 3727951
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx
@@ -84,8 +84,7 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
84
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
85
sendOutputCcdbDcs(pc.outputs());
86
LOG(info) << "Sending an object to Production-CCDBMerge";
87
- sendOutputCcdbMerge(pc.outputs());
88
-
+ sendOutputCcdbMerge(pc.outputs());
89
}
90
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
91
0 commit comments