Files
safishamsi 7841244f44 docs(manifest): describe tomli-missing path as fail-visible, not fail-loud
The ImportError from _load_toml_module is caught by extract_package_manifest's
except-block and surfaced as a per-manifest error dict, so the behavior is a
visible per-file error, not an aborting failure. Correct the docstring to match
(follow-up to #3306).
2026-09-05 01:19:53 +01:00
..