Fix a concerning typo

This commit is contained in:
Dave Pearson
2023-03-07 13:02:01 +00:00
parent 2047fda57d
commit 858d228da9

View File

@@ -65,8 +65,8 @@ def _post_run_warnings() -> None:
)
]
for concering, concern in warnings:
if concering:
for concerning, concern in warnings:
if concerning:
console.print(Panel.fit(f"⚠️ [bold green] {concern}[/]", style="cyan"))