From c854609a0155604950f25ba8bdb613d33b65e957 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 16 Nov 2013 12:05:22 -0800 Subject: [PATCH] fix missed dictionary value assignment --- gkeys/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkeys/actions.py b/gkeys/actions.py index 7efcd44..2c1f76d 100644 --- a/gkeys/actions.py +++ b/gkeys/actions.py @@ -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} -- 2.26.2