commit: 94da63014b80aa27cd0cdf0fc60a3440e66c2dc5
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 23:30:41 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Aug 17 00:06:01 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=94da6301
make installkey more flexible
---
gkeys/actions.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/gkeys/actions.py b/gkeys/actions.py
index 115007c..1732391 100644
--- a/gkeys/actions.py
+++ b/gkeys/actions.py
@@ -189,8 +189,6 @@ class Actions(object):
def installkey(self, args):
'''Install a key from the seed(s)'''
- if not args.nick:
- return ["Please provide a nickname or -n *"]
handler = SeedHandler(self.logger, self.config)
kwargs = handler.build_gkeydict(args)
self.logger.debug("ACTIONS: installkey; kwargs: %s" % str(kwargs))