No converting to plain

This commit is contained in:
Antonio J. Delgado 2025-07-18 11:10:52 +03:00
parent 20fa690c90
commit e47845cd90

View file

@ -82,7 +82,7 @@ class __project_codename_camel__:
elif self.config['output_format'] == 'YAML':
return yaml.dump(message, Dumper=yaml.Dumper)
elif self.config['output_format'] == 'PLAIN':
return message
return f"{message}"
else:
self._log.warning(
"Output format '%s' not supported",