projects
/
pgp-mime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab8b88
)
key: don't pass args to RESULT in lookup_keys().
author
W. Trevor King
<wking@tremily.us>
Thu, 20 Sep 2012 17:33:25 +0000
(13:33 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 20 Sep 2012 17:33:25 +0000
(13:33 -0400)
pgp_mime/key.py
patch
|
blob
|
history
diff --git
a/pgp_mime/key.py
b/pgp_mime/key.py
index 0b5812d1574e564f60346118b6568926a7b9d1b4..aa735bf0c8f281591a9867482314cb7b1ec2fde9 100644
(file)
--- a/
pgp_mime/key.py
+++ b/
pgp_mime/key.py
@@
-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: