Skip to content

Commit e3dbb9d

Browse files
author
jryu
committed
Fix PrepareOutputCcdb call
1 parent 406d853 commit e3dbb9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/ITSMFT/common/workflow/src/DeadMapBuilderSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ void ITSMFTDeadMapBuilder::endOfStream(EndOfStreamContext& ec)
483483
if (!isEnded) {
484484
LOG(info) << "endOfStream report: " << mSelfName;
485485
finalizeOutput();
486-
PrepareOutputCcdb(&ec);
486+
PrepareOutputCcdb(&ec, "");
487487
LOG(info) << "Stop process of new data because of endOfStream";
488488
isEnded = true;
489489
}

0 commit comments

Comments
 (0)