fix missed dictionary value assignment
[gentoo-keys.git] / gkeys / actions.py
index 7efcd44a27c4c4eeb9d93752fc5ab0fc5aa69125..2c1f76d429e360490ef817a9efc879ddbdfa3846 100644 (file)
@@ -264,7 +264,7 @@ class Actions(object):
                             failed.append(key)
             if failed and self.output:
                 self.output(failed, "\n Failed to install:")
-            return {'Completed'}
+            return {'Completed': True}
         return {"No seeds to search or install": False}