mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 21:39:00 -04:00
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.