commit: 4bec13f6418b180d08daa0f59580c237676d0b05
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 23:56: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=4bec13f6
make list-keys more flexible
---
gkeys/actions.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/gkeys/actions.py b/gkeys/actions.py
index a3c28c8..b80f203 100644
--- a/gkeys/actions.py
+++ b/gkeys/actions.py
@@ -145,8 +145,6 @@ class Actions(object):
def listkey(self, args):
'''Pretty-print the selected seed file or nick'''
- if not args.nick:
- return ["Too many seeds found. Consider using -n <nick> option."]
# get the desired seed
keyresults = self.listseed(args)[1]
if not keyresults: