Loop twice

This commit is contained in:
Matthias 2019-01-05 07:25:35 +01:00
parent 00c5ac56d4
commit cacb9ef3ad
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ class StrategyResolver(IResolver):
]
for attribute in attributes:
self._override_attribute_helper(config, attribute)
# Loop this list again to have output combined
for attribute in attributes:
if attribute in config:
logger.info("Strategy using %s: %s", attribute, config[attribute])