Skip to content
Snippets Groups Projects
Commit a35c0b7e authored by Marco Clemencic's avatar Marco Clemencic
Browse files

minor fix to regular expression replacement in ref files

parent 92ddb759
No related branches found
No related tags found
2 merge requests!3702merge counter decoder into Louis' original branch,!3271Make DetDesc Condition objects accessible as YAML::Node
......@@ -2,7 +2,7 @@ ApplicationMgr SUCCESS
====================================================================================================================================
====================================================================================================================================
ApplicationMgr INFO Application Manager Configured successfully
ToolSvc.GitDDDB INFO using checked out files in /.../test/TESTCOND
ToolSvc.GitDDDB INFO using checked out files in /.../Det/DetCond/test/TESTCOND
DetectorPersist... INFO Added successfully Conversion service:XmlCnvSvc
DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml
EventClockSvc.E... INFO Event times generated from 1442403000000000000 with steps of 18399600000000000
......
......@@ -2,7 +2,7 @@ ApplicationMgr SUCCESS
====================================================================================================================================
====================================================================================================================================
ApplicationMgr INFO Application Manager Configured successfully
ToolSvc.GitDDDB INFO using checked out files in /.../test/TESTCOND
ToolSvc.GitDDDB INFO using checked out files in /.../Det/DetCond/test/TESTCOND
DetectorPersist... INFO Added successfully Conversion service:XmlCnvSvc
DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml
EventClockSvc.E... INFO Event times generated from 1442403000000000000 with steps of 18399600000000000
......
......@@ -19,8 +19,8 @@ gitCondDBFixes = (RegexpReplacer(
'INFO opening Git repository', 'INFO using commit'
]) + RegexpReplacer(
when='using checked out files',
orig='/[^ ]*(/Det/DetCond)',
repl='/...\1'))
orig=r'/[^ ]*(/Det/DetCond)',
repl=r'/...\1'))
preprocessor = (
normalizeExamples + normalizeEOL + # workaround for gaudi/Gaudi#108
......
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