Files
rendercv/tests/schema
Sina Atalay 70d9efcb66 Fix #595: Auto-create intermediate dicts for CLI overrides on missing keys
When using CLI overrides like `--design.theme "moderncv"` with a separate
design file, `update_value_by_location` crashed with `KeyError: 'design'`
because intermediate dictionary keys were not auto-created during traversal.
Now missing intermediate keys are initialized as empty dicts, allowing
overrides to work regardless of whether the target section exists in the
main YAML.
2026-03-21 01:03:32 +03:00
..
2026-02-18 15:46:06 +03:00
2026-03-03 16:39:23 +03:00