[WIP] show_config: line by line

This commit is contained in:
2023-10-16 11:40:54 +02:00
parent ed983d36ae
commit 03d4ffb0bc

View File

@ -323,7 +323,8 @@ class FrappyConfig(Device):
if '?' in info:
session.log.warning("but create cfg files first for items marked with '?'")
if full:
session.log.info('\n' + '\n'.join(overview))
for line in overview:
session.log.info('%s', line)
def initial_restart_cfg(self, service):
"""get cfg for (re)start of the service