Skip to content
Snippets Groups Projects
Commit 957a4b5c authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'Sim.skeletons.output.flags' into 'main'

Add processing of output level flags to Sim_tf skeletons

See merge request atlas/athena!70850
parents 287a83c1 d5a5ab57
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
......@@ -110,6 +110,9 @@ def fromRunArgs(runArgs):
# Post-exec
processPostExec(runArgs, flags, cfg)
from AthenaConfiguration.Utils import setupLoggingLevels
setupLoggingLevels(flags, cfg)
# Write AMI tag into in-file metadata
from PyUtils.AMITagHelperConfig import AMITagCfg
cfg.merge(AMITagCfg(flags, runArgs))
......
# 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
......@@ -148,6 +148,9 @@ def fromRunArgs(runArgs):
# Post-exec
processPostExec(runArgs, flags, cfg)
from AthenaConfiguration.Utils import setupLoggingLevels
setupLoggingLevels(flags, cfg)
# Write AMI tag into in-file metadata
from PyUtils.AMITagHelperConfig import AMITagCfg
cfg.merge(AMITagCfg(flags, runArgs))
......
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