Skip to content
Snippets Groups Projects
Commit 34f874a9 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'test_condb_fix' into '21.0'

ATR-17613: fix a typo

See merge request atlas/athena!8097

Former-commit-id: f9696e49c43a7815c1162ee4a49c2bcdfc6b5039
parents c039da0f 6a8e346a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ class EFCaloHypoNoiseConfig (TrigEFCaloHypoNoise):
theBadFebTool=LArBadChanTool("KnownBADFEBsTool")
theBadFebTool.CoolMissingFEBsFolder="/LAR/BadChannels/KnownBADFEBs"
havefolder=False
for fld in condb.iovdbsvc.Folders:
for fld in conddb.iovdbsvc.Folders:
if "KnownBADFEBs" in fld: havefolder=True
pass
if not havefolder:
......@@ -32,7 +32,7 @@ class EFCaloHypoNoiseConfig (TrigEFCaloHypoNoise):
theMNBFebTool=LArBadChanTool("KnownMNBFEBsTool")
theMNBFebTool.CoolMissingFEBsFolder="/LAR/BadChannels/KnownMNBFEBs"
havefolder=False
for fld in condb.iovdbsvc.Folders:
for fld in conddb.iovdbsvc.Folders:
if "KnownMNBFEBs" in fld: havefolder=True
pass
if not havefolder:
......
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