potiuk commented on code in PR #33624:
URL: https://github.com/apache/airflow/pull/33624#discussion_r1304111251
##########
dev/breeze/src/airflow_breeze/utils/docs_errors.py:
##########
@@ -61,15 +61,15 @@ def __lt__(self, right):
def display_errors_summary(build_errors: dict[str, list[DocBuildError]]) ->
None:
"""Displays summary of errors"""
console.print()
- console.print("[red]" + "#" * 30 + " Start docs build errors summary " +
"#" * 30 + "[/]")
+ console.print("[red]" + " Start docs build errors summary ".center(79,
"#") + "[/]")
Review Comment:
Or maybe not. We have sometimes much longer messages .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]