key: don't pass args to RESULT in lookup_keys().
authorW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 17:33:25 +0000 (13:33 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 17:33:25 +0000 (13:33 -0400)
pgp_mime/key.py

index 0b5812d1574e564f60346118b6568926a7b9d1b4..aa735bf0c8f281591a9867482314cb7b1ec2fde9 100644 (file)
@@ -54,7 +54,7 @@ def lookup_keys(patterns=None, load=False):
         _crypt.hello(client)
         if load:
             client.make_request(_common.Request('KEYLIST', *args))
-            rs,result = client.make_request(_common.Request('RESULT', *args))
+            rs,result = client.make_request(_common.Request('RESULT'))
         else:
             rs,result = client.make_request(_common.Request('KEYLIST', *args))
     finally: