Skip to content
Snippets Groups Projects
Commit 6883be2b authored by Steven Andrew Farrell's avatar Steven Andrew Farrell
Browse files

add missing msg import

parent 7ce03357
No related merge requests found
......@@ -189,6 +189,7 @@ for sd in larSDs: sdMaster.SensitiveDetectors.remove(sd)
try:
topSeq.remove(topSeq.EventInfoTagBuilder)
except AttributeError as e:
from AthenaCommon.Logging import log as msg
msg.warning('EventInfoTagBuilder no longer on TopSeq')
msg.warning('Probably safe to disable workaround now.')
......
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