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 aef2da4 commit 944c953Copy full SHA for 944c953
Common/TableProducer/multCentTable.cxx
@@ -72,7 +72,8 @@ 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);
79
}
0 commit comments