Skip to content
Snippets Groups Projects
Commit a30d9216 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'tstreble-23.0-patch-43925' into '23.0'

Remove spurious cd in FTAG mergePhysValFiles

See merge request atlas/athena!64244
parents e56a8a1d b317c9ac
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,6 @@ def mergeFolder(path):
for jetcont in jetcontainers:
if jetcont in path:
currentdir = gDirectory.GetPath()
gDirectory.cd(path)
# create /restCategory
print("Create directory " + path + "/other_histograms/histos")
tagfolders[path+"/"+restCategory] = f.mkdir(path+"/other_histograms/histos")
......
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