plating
2025-09-23
Adorn operation skips components with existing templates
1 files · 15+ · 10-
Adorn template generation logic refined
1 file changed
plating.pyAdorn logic now skips components with existing templates; removed templates_only parameter
- Updated
src/plating/plating.pyadorn logic to explicitly skip components that already have a main template viahas_main_template()check harden behavioral1 file
plating.py
- Removed the
templates_onlyparameter in favor of clearer conditional: only generate stub templates when no source template exists decouple internal1 file
plating.py
- Added debug/info logging to indicate when components are skipped vs. when stub templates are generated
decouple
internal
1 file
plating.py