Skip to content

Remove redundant loops in OverlayCopyAlgsConfig.py

John Derek Chapman requested to merge jchapman/athena:SyntaxCleanupCA_23.0 into 23.0

In several places in OverlayCopyAlgsConfig.py Cfg methods were being called repeated with the same arguments for no reason due to a redundant extra loop. This merge request removes these redundant loops. No change in configuration output expected.

Edited by John Derek Chapman

Merge request reports