aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands/eml_key.py
diff options
context:
space:
mode:
authorJ08nY2017-07-11 21:03:01 +0200
committerJ08nY2017-07-11 21:03:01 +0200
commit32cbc0b7da7e62fb4acdd4ce9e484a7109a32317 (patch)
tree152d83a34962aac72fb8d33956c3b6639b6dd207 /src/mailman_pgp/commands/eml_key.py
parent77b63eaae46697b24fe4cc604a36b869619b4638 (diff)
downloadmailman-pgp-32cbc0b7da7e62fb4acdd4ce9e484a7109a32317.tar.gz
mailman-pgp-32cbc0b7da7e62fb4acdd4ce9e484a7109a32317.tar.zst
mailman-pgp-32cbc0b7da7e62fb4acdd4ce9e484a7109a32317.zip
Diffstat (limited to 'src/mailman_pgp/commands/eml_key.py')
-rw-r--r--src/mailman_pgp/commands/eml_key.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py
index e9b5e19..15db0b1 100644
--- a/src/mailman_pgp/commands/eml_key.py
+++ b/src/mailman_pgp/commands/eml_key.py
@@ -74,7 +74,8 @@ def _cmd_set(pgp_list, mlist, msg, msgdata, arguments, results):
try:
ISubscriptionManager(mlist).confirm(token)
print('Key succesfully set.', file=results)
- print('Key fingerprint: {}'.format(pgp_address.key.fingerprint), file=results)
+ print('Key fingerprint: {}'.format(pgp_address.key.fingerprint),
+ file=results)
except LookupError:
print('Wrong token.', file=results)
@@ -161,7 +162,6 @@ class KeyCommand:
argument_description = ARGUMENTS
short_description = ''
description = """\
-
"""
def process(self, mlist, msg, msgdata, arguments, results):