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

processPostExec: Import CompFactory before executing post-exec commands

parent 74170bde
No related branches found
No related tags found
1 merge request!60393processPostExec: Import CompFactory before executing post-exec commands
......@@ -53,6 +53,7 @@ def processPostExec(runArgs, flags, cfg):
if hasattr(runArgs, 'postExec') and runArgs.postExec and runArgs.postExec != 'NONE':
ConfigFlags = flags # noqa: F841
from AthenaConfiguration.ComponentFactory import CompFactory # noqa: F401
for cmd in runArgs.postExec:
exec(cmd)
......
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