We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852d04c commit e0aea08Copy full SHA for e0aea08
1 file changed
Common/TableProducer/propagationServiceRun2.cxx
@@ -91,6 +91,7 @@ struct propagationServiceRun2 {
91
ccdb->setCaching(true);
92
ccdb->setLocalObjectValidityChecking();
93
ccdb->setURL(ccdburl.value);
94
+ ccdb->setFatalWhenNull(false);
95
96
// task-specific
97
strangenessBuilderModule.init(baseOpts, v0BuilderOpts, cascadeBuilderOpts, preSelectOpts, histos, initContext);
0 commit comments