Skip to content
Snippets Groups Projects
Commit ffd019cf authored by Denis Damazio's avatar Denis Damazio
Browse files

fix for missing type specification in log output variable

parent 8318d3c2
No related branches found
No related tags found
No related merge requests found
......@@ -468,7 +468,7 @@ class LArCondFlags(JobPropertyContainer):
# set the tag for FebRodMap
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 :
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