Merge pull request #1370 from BigRoy/bugfix/publish_report_new_lines

Fix all characters of report being printed to new lines
This commit is contained in:
Jakub Trllo 2025-07-14 14:56:32 +02:00 committed by GitHub
commit 5b277d1251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1048,7 +1048,7 @@ def main_cli_publish(
discover_result = publish_plugins_discover()
publish_plugins = discover_result.plugins
print("\n".join(discover_result.get_report(only_errors=False)))
print(discover_result.get_report(only_errors=False))
# Error exit as soon as any error occurs.
error_format = ("Failed {plugin.__name__}: "