Skip to content
Snippets Groups Projects
Commit 6c35d9e8 authored by Chris Scheulen's avatar Chris Scheulen :upside_down: Committed by Johannes Junggeburth
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 1dcdada0
No related branches found
No related tags found
1 merge request!64123MuonGeoModelTest - Add CSC tester
This commit is part of merge request !64123. Comments created here will be created in the context of that merge request.
......@@ -17,7 +17,7 @@ def setupServicesCfg(flags):
result = MainServicesCfg(flags)
### Setup the file reading
from AthenaConfiguration.Enums import Format
if flags.Input.Format is Format.POOL:
if flags.Input.Format == Format.POOL:
from AthenaPoolCnvSvc.PoolReadConfig import PoolReadCfg
result.merge(PoolReadCfg(flags))
elif flags.Input.Format == Format.BS:
......
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