commit | 296395c1667d7554532585de41cdeba774834bb9 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Sep 06 13:56:43 2017 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Sep 07 15:25:57 2017 -0500 |
tree | bea7e08e962ba55f66742ad9162c1c8cbe08365a | |
parent | aeac98bdca848875bc8420999cfd928f08f98013 [diff] |
Fix bug in mapper for associations KeyError In the active software image associations, the associations property is initially empty, associations are added as images become active. Remove the check for an empty associations property. This check was causing the 'associations' dict object to not be created, which was causing the KeyError. Resolves openbmc/openbmc#2263 Change-Id: Ibc11d92d7bb99d22fbb31ed7b6196165431cee55 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>