Checkpoint before ghost pallet cleanup workflow
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user