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 c20e1db commit c29bb51Copy full SHA for c29bb51
Common/TableProducer/multCentTable.cxx
@@ -72,6 +72,7 @@ struct MultCentTable {
72
ccdb->setCaching(true);
73
ccdb->setLocalObjectValidityChecking();
74
ccdb->setURL(ccdburl.value);
75
+ ccdb->setFatalWhenNull(false); // please never crash on your own, all exceptions captured (as they always should)
76
77
// task-specific
78
module.init(opts, initContext);
0 commit comments