We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2475cbc commit f422114Copy full SHA for f422114
1 file changed
Framework/AnalysisSupport/src/Plugin.cxx
@@ -142,6 +142,7 @@ struct DiscoverMetadataInAOD : o2::framework::ConfigDiscoveryPlugin {
142
if (tables.empty() == false) {
143
results.push_back(ConfigParamSpec{"aod-metadata-tables", VariantType::ArrayString, tables, {"Tables in first AOD"}});
144
}
145
+ currentFile->Close();
146
return results;
147
}};
148
0 commit comments