Skip to content

Commit e0aea08

Browse files
authored
Update propagationServiceRun2.cxx
non-fatal for ccdb failures
1 parent 852d04c commit e0aea08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/TableProducer/propagationServiceRun2.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ struct propagationServiceRun2 {
9191
ccdb->setCaching(true);
9292
ccdb->setLocalObjectValidityChecking();
9393
ccdb->setURL(ccdburl.value);
94+
ccdb->setFatalWhenNull(false);
9495

9596
// task-specific
9697
strangenessBuilderModule.init(baseOpts, v0BuilderOpts, cascadeBuilderOpts, preSelectOpts, histos, initContext);

0 commit comments

Comments
 (0)