projects
/
gentoo-keys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12a8ce
)
fix missed dictionary value assignment
author
Brian Dolbec
<dolsen@gentoo.org>
Sat, 16 Nov 2013 20:05:22 +0000
(12:05 -0800)
committer
Brian Dolbec
<dolsen@gentoo.org>
Sat, 16 Nov 2013 20:29:26 +0000
(12:29 -0800)
gkeys/actions.py
patch
|
blob
|
history
diff --git
a/gkeys/actions.py
b/gkeys/actions.py
index 7efcd44a27c4c4eeb9d93752fc5ab0fc5aa69125..2c1f76d429e360490ef817a9efc879ddbdfa3846 100644
(file)
--- 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}