Skip to content
Snippets Groups Projects

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

Merged Denis Oliveira Damazio requested to merge damazio/athena:fix_ATR-22539 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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():
Loading