Checkpoint before ghost pallet cleanup workflow

This commit is contained in:
2026-05-09 12:18:59 +02:00
parent f556b476ff
commit 6ab42a2303
27 changed files with 3947 additions and 973 deletions

View File

@@ -1,4 +1,4 @@
"""One-off maintenance script to sanitize ``border_color`` usage in ``layout_window``.
"""One-off maintenance script to sanitize ``border_color`` usage in ``gestione_layout``.
The script removes incompatible ``border_color='transparent'`` assignments from
widget configuration calls while preserving explicit highlight colors that are
@@ -9,7 +9,7 @@ import re
from pathlib import Path
# Path default (modifica se serve)
p = Path("./layout_window.py")
p = Path("./gestione_layout.py")
if not p.exists():
raise SystemExit(f"File non trovato: {p}")