commit: f44ff883cb5cc34b820415fda71d918c7800d4fd
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 10 01:41:46 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Fri Dec 19 21:17:01 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=f44ff883
gkeys/actions.py: Fix handler.fetch_seeds call for args.category to
args.seedfile change
---
gkeys/actions.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gkeys/actions.py b/gkeys/actions.py
index 91f76a5..6ba63b7 100644
--- a/gkeys/actions.py
+++ b/gkeys/actions.py
@@ -77,7 +77,7 @@ class Actions(object):
'''Download the selected seed file(s)'''
self.logger.debug("ACTIONS: fetchseed; args: %s" % str(args))
handler = SeedHandler(self.logger, self.config)
- success, messages = handler.fetch_seeds(args.category, args,
self.verify)
+ success, messages = handler.fetch_seeds(args.seedfile, args,
self.verify)
messages.append("")
messages.append("Fetch operation completed")