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

Merge branch 'fastchain.use.msglvl.settings' into 'main'

Let the transform accept message levels flags

See merge request atlas/athena!75822
parents 4d5663da f2752719
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
import sys
from PyJobTransforms.CommonRunArgsToFlags import commonRunArgsToFlags
......@@ -189,6 +189,9 @@ def fromRunArgs(runArgs):
# Post-exec
processPostExec(runArgs, flags, cfg)
from AthenaConfiguration.Utils import setupLoggingLevels
setupLoggingLevels(flags, cfg)
# Run the final accumulator
sc = cfg.run()
sys.exit(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