diff options
| author | J08nY | 2017-07-11 22:07:06 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-11 22:07:06 +0200 |
| commit | 4bab3532e38f6fd4826e0af2f96b6060286e3ed7 (patch) | |
| tree | cbe5a91ccb572edf23b18391eefaefef753a3db4 /src/mailman_pgp/commands/eml_key.py | |
| parent | beff82c480fa4f9acaede60a5f789e880721cc81 (diff) | |
| download | mailman-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.py | 2 |
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) |
