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 4686b14 commit 1f2ff71Copy full SHA for 1f2ff71
PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx
@@ -497,6 +497,7 @@ struct StrangenessBuilder {
497
int f = enabledTables->get(tableNames[i].c_str(), "enable");
498
if (f == 1) {
499
mEnabledTables[i] = 1;
500
+ listOfRequestors[i] = "manual enabling";
501
}
502
if (f == -1) {
503
// autodetect this table in other devices
0 commit comments