Skip to content

Commit

Permalink
Add missed brackets for our dev script for Spell checks (apache#42965)
Browse files Browse the repository at this point in the history
A nit PR while I was looking at our doc builds
  • Loading branch information
kaxil authored Oct 12, 2024
1 parent 8ee9d01 commit 48c7b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/breeze/src/airflow_breeze/utils/spelling_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ def display_spelling_error_summary(spelling_errors: dict[str, list[SpellingError
"""
console.print(msg)
console.print()
console.print
console.print()
console.print("[red]" + "#" * 30 + " End docs build errors summary " + "#" * 30 + "[/]")
console.print
console.print()


def _display_error(error: SpellingError):
Expand Down

0 comments on commit 48c7b22

Please sign in to comment.