Skip to content
Snippets Groups Projects
Verified Commit d527c292 authored by Tadej Novak's avatar Tadej Novak
Browse files

CondDB: properly handle <noover/> on folder extraction

parent 65f85f1a
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!37752CondDB: properly handle <noover/> on folder extraction
...@@ -314,6 +314,9 @@ This allows the possibility of later adding a new IOV using IOVSvc::setRange.""" ...@@ -314,6 +314,9 @@ This allows the possibility of later adding a new IOV using IOVSvc::setRange."""
if (ix2!=-1): if (ix2!=-1):
xmltag=(folderstr[ix+1:ix2]).strip() xmltag=(folderstr[ix+1:ix2]).strip()
ix=ix2+1 ix=ix2+1
if xmltag[-1] == '/':
xmltag=""
ix=ix+1
elif (folderstr[ix:ix+2]=='</' and xmltag!=""): elif (folderstr[ix:ix+2]=='</' and xmltag!=""):
ix2=folderstr.find('>',ix) ix2=folderstr.find('>',ix)
if (ix2!=-1): if (ix2!=-1):
......
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