aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/base.py
diff options
context:
space:
mode:
authorJ08nY2017-07-11 23:00:53 +0200
committerJ08nY2017-07-11 23:00:53 +0200
commit329532bc05f83edb4cd23e2ae82da777511c9857 (patch)
tree4bf54d0928a2ff7b23cd0dd3882373f2e16ca635 /src/mailman_pgp/workflows/base.py
parent44bde427fdcc78344892f3413597c7be66eca8e9 (diff)
downloadmailman-pgp-329532bc05f83edb4cd23e2ae82da777511c9857.tar.gz
mailman-pgp-329532bc05f83edb4cd23e2ae82da777511c9857.tar.zst
mailman-pgp-329532bc05f83edb4cd23e2ae82da777511c9857.zip
Diffstat (limited to 'src/mailman_pgp/workflows/base.py')
-rw-r--r--src/mailman_pgp/workflows/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman_pgp/workflows/base.py b/src/mailman_pgp/workflows/base.py
index ace8f91..1e6b867 100644
--- a/src/mailman_pgp/workflows/base.py
+++ b/src/mailman_pgp/workflows/base.py
@@ -100,7 +100,6 @@ class PubkeyMixin:
# The workflow was confirmed but we still dont have an address
# or the pubkey. So resend request and wait.
self.push('send_key_request')
- return
else:
self.pubkey = pgp_address.key
if not self.pubkey_confirmed: