Skip to content
Snippets Groups Projects
Commit 53cee293 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'csvPushPback' into 'master'

[Minor] ~bugfix Fix directory exploring in TrigCost CSV export

See merge request atlas/athena!38130
parents bbc1fa10 51683d63
No related branches found
No related tags found
No related merge requests found
......@@ -114,8 +114,8 @@ void exploreTree(TFile* file, const size_t level = 0, std::vector<TString> dir =
exploreTree(file, level + 1, dir);
} else {
exportDirectory(file, dir, walltime);
dir.pop_back();
}
dir.pop_back();
} else if (name.First("_walltime") != kNPOS) {
// This is fine
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment