diff options
| author | J08nY | 2017-07-12 02:41:48 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-12 02:42:04 +0200 |
| commit | 2fd2f28f4389e3d0cad4fdc9c6067b5baff291e6 (patch) | |
| tree | ffe6869ff4c3d55e6cdf0fcde50b7b7c2fee12fa /src/mailman_pgp/commands/eml_key.py | |
| parent | 65b25b13ba5a3831c43204da9358eb42b1b373af (diff) | |
| download | mailman-pgp-2fd2f28f4389e3d0cad4fdc9c6067b5baff291e6.tar.gz mailman-pgp-2fd2f28f4389e3d0cad4fdc9c6067b5baff291e6.tar.zst mailman-pgp-2fd2f28f4389e3d0cad4fdc9c6067b5baff291e6.zip | |
Diffstat (limited to 'src/mailman_pgp/commands/eml_key.py')
| -rw-r--r-- | src/mailman_pgp/commands/eml_key.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py index e2a2443..a2fb4d5 100644 --- a/src/mailman_pgp/commands/eml_key.py +++ b/src/mailman_pgp/commands/eml_key.py @@ -65,7 +65,6 @@ def _cmd_set(pgp_list, mlist, msg, msgdata, arguments, results): print('No adddress to subscribe with.', file=results) return ContinueProcessing.no - with transaction() as t: pgp_address = PGPAddress.for_address(address) if pgp_address is None: |
