Skip to content
Snippets Groups Projects
Commit c8ca3dba authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-fix-desdm-tct' into 'master'

Fix TCT failing due to syntax error

See merge request atlas/athena!21935
parents f499d726 2c6bb4d3
No related branches found
No related tags found
No related merge requests found
......@@ -413,7 +413,7 @@ if dumpPixInfo:
from AthenaCommon.AlgSequence import AthSequencer
condSeq = AthSequencer("AthCondSeq")
if not hasattr(condSeq, "PixelDCSCondStateAlg"):
if not hasattr(condSeq, "PixelDCSCondStateAlg"):
from PixelConditionsAlgorithms.PixelConditionsAlgorithmsConf import PixelDCSCondStateAlg
condSeq += PixelDCSCondStateAlg(name="PixelDCSCondStateAlg")
......
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