aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands/eml_key.py
diff options
context:
space:
mode:
authorJ08nY2017-07-11 22:07:06 +0200
committerJ08nY2017-07-11 22:07:06 +0200
commit4bab3532e38f6fd4826e0af2f96b6060286e3ed7 (patch)
treecbe5a91ccb572edf23b18391eefaefef753a3db4 /src/mailman_pgp/commands/eml_key.py
parentbeff82c480fa4f9acaede60a5f789e880721cc81 (diff)
downloadmailman-pgp-4bab3532e38f6fd4826e0af2f96b6060286e3ed7.tar.gz
mailman-pgp-4bab3532e38f6fd4826e0af2f96b6060286e3ed7.tar.zst
mailman-pgp-4bab3532e38f6fd4826e0af2f96b6060286e3ed7.zip
Diffstat (limited to 'src/mailman_pgp/commands/eml_key.py')
-rw-r--r--src/mailman_pgp/commands/eml_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py
index fbae25e..e2a2443 100644
--- a/src/mailman_pgp/commands/eml_key.py
+++ b/src/mailman_pgp/commands/eml_key.py
@@ -87,7 +87,7 @@ def _cmd_set(pgp_list, mlist, msg, msgdata, arguments, results):
def _cmd_confirm(pgp_list, mlist, msg, msgdata, arguments, results):
if len(arguments) != 2:
- print('Missing token', file=results)
+ print('Missing token.', file=results)
return ContinueProcessing.no
email = _get_email(msg)