Skip to content
Snippets Groups Projects
Commit d9d991ad authored by Walter Lampl's avatar Walter Lampl
Browse files

ISF_FastCaloSimServicesTestHelpers.py: Don't use ComponentAccumulator after running it

parent a2c7c7c1
No related branches found
No related tags found
No related merge requests found
......@@ -111,11 +111,12 @@ def printAndRun(accessor, configFlags, args):
accessor.getService("StoreGateSvc").Dump = True
configFlags.dump()
# Dump config summary
accessor.printConfig(withDetails=False)
# Execute and finish
sc = accessor.run(maxEvents=args.maxEvents)
# Dump config summary
accessor.printConfig(withDetails=False)
# Success should be 0
return not sc.isSuccess()
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