mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix a concerning typo
This commit is contained in:
@@ -65,8 +65,8 @@ def _post_run_warnings() -> None:
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
for concering, concern in warnings:
|
for concerning, concern in warnings:
|
||||||
if concering:
|
if concerning:
|
||||||
console.print(Panel.fit(f"⚠️ [bold green] {concern}[/]", style="cyan"))
|
console.print(Panel.fit(f"⚠️ [bold green] {concern}[/]", style="cyan"))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user