Loop twice
This commit is contained in:
parent
00c5ac56d4
commit
cacb9ef3ad
@ -52,6 +52,9 @@ class StrategyResolver(IResolver):
|
|||||||
]
|
]
|
||||||
for attribute in attributes:
|
for attribute in attributes:
|
||||||
self._override_attribute_helper(config, attribute)
|
self._override_attribute_helper(config, attribute)
|
||||||
|
|
||||||
|
# Loop this list again to have output combined
|
||||||
|
for attribute in attributes:
|
||||||
if attribute in config:
|
if attribute in config:
|
||||||
logger.info("Strategy using %s: %s", attribute, config[attribute])
|
logger.info("Strategy using %s: %s", attribute, config[attribute])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user