UCATLAS / xAODAnaHelpers

ATLAS Run 2 and Run 3 analysis framework for AnalysisTop and AnalysisBase for proton-smashing physics
https://ucatlas.github.io/xAODAnaHelpers/
Apache License 2.0
43 stars 126 forks source link

xAH_run xrootd has a bug in parsing root:// paths #1145

Closed kratsg closed 2 years ago

kratsg commented 6 years ago

https://github.com/UCATLAS/xAODAnaHelpers/blob/master/scripts/xAH_run.py#L386-L390

This should contain instead os.path.join('/', path) to make sure the path is always prepended with a slash correctly.

jbossios commented 2 years ago

Closing since this was fixed already in https://github.com/UCATLAS/xAODAnaHelpers/pull/1534