Skip to content

Fix skimmer modules

Sebastien Wertz requested to merge swertz/bamboo:fixSkim into master

Some recent changes had not been fully propagated to the skimmer modules (and I hope I catched everything).

Also a small bug was introduced in !64 (merged) as os.path.isabs() does not recognize XROOTD/DCAP urls as absolute paths. My workaround is a bit dirty but I could not find a better way to catch those cases...

Merge request reports