diff options
| author | J08nY | 2017-08-22 20:26:58 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-22 20:27:11 +0200 |
| commit | cccc3f9e3e8721aaa77991d2afec96896b2e2fa5 (patch) | |
| tree | ff6ee2cb2f6099fa3b9c6271c72a9be3ea22d644 /src | |
| parent | 097d65a955685148da06e3aacb773de507409e5f (diff) | |
| download | mailman-pgp-cccc3f9e3e8721aaa77991d2afec96896b2e2fa5.tar.gz mailman-pgp-cccc3f9e3e8721aaa77991d2afec96896b2e2fa5.tar.zst mailman-pgp-cccc3f9e3e8721aaa77991d2afec96896b2e2fa5.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman_pgp/commands/eml_key.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py index 8d140f4..c42415d 100644 --- a/src/mailman_pgp/commands/eml_key.py +++ b/src/mailman_pgp/commands/eml_key.py @@ -443,6 +443,7 @@ def _cmd_receive(pgp_list, mlist, msg, msgdata, arguments, results): msg = wrapped.attach_keys(pgp_list.pubkey) msg.send(mlist) + print('Key sent.', file=results) return ContinueProcessing.yes |
