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>
diff --git a/.gitignore b/.gitignore
index ea7c12a..62fefe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,4 +107,5 @@
*.o
m4/
mapper
+!mapper/
setup.py