mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
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:
commit
5b277d1251
1 changed files with 1 additions and 1 deletions
|
|
@ -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__}: "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue