Skip to content
Snippets Groups Projects
Commit dc724017 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'fix_ATR-22539' into 'master'

fix for missing type specification in log output variable in LArCondFlags.py

Closes ATR-22539

See merge request atlas/athena!39253
parents 9dbb8204 ffd019cf
No related branches found
No related tags found
No related merge requests found
...@@ -468,7 +468,7 @@ class LArCondFlags(JobPropertyContainer): ...@@ -468,7 +468,7 @@ class LArCondFlags(JobPropertyContainer):
# set the tag for FebRodMap # set the tag for FebRodMap
if "/LAR/Identifier/FebRodMap" in self.LArCondFolderTags(): if "/LAR/Identifier/FebRodMap" in self.LArCondFolderTags():
self._log.info(' using user specified tag for /LAR/Identifier/FebRodMap' , self.LArCondFolderTags()['/LAR/Identifier/FebRodMap']) self._log.info(' using user specified tag for /LAR/Identifier/FebRodMap %s' , self.LArCondFolderTags()['/LAR/Identifier/FebRodMap'])
else : else :
if DDVtype=="" or DDVtype not in self.DDVtoFebRodIdMCTag(): if DDVtype=="" or DDVtype not in self.DDVtoFebRodIdMCTag():
......
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