X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=gkeys%2Factions.py;h=2c1f76d429e360490ef817a9efc879ddbdfa3846;hb=c854609a0155604950f25ba8bdb613d33b65e957;hp=7efcd44a27c4c4eeb9d93752fc5ab0fc5aa69125;hpb=dbd6861ec6e35b1ce8862303ca16021e86276a7d;p=gentoo-keys.git 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}