equinor / komodo

Komodo is a software distribution system used internally in Equinor
GNU Affero General Public License v3.0
5 stars 23 forks source link

Komodo insert proposals raises AttributeError when updating from version to matrix #468

Closed jonathan-eq closed 9 months ago

jonathan-eq commented 9 months ago

The recursive_update() function throws AttributeError with these inputs: input_release: {"package_a": "version_a"}, upgrade_proposals: {"package_a": {"py38": {"rhel8": "version_b"}}},

jonathan-eq commented 9 months ago

Blocked by #470