summaryrefslogtreecommitdiff
path: root/src/mailman/workflows/common.py
diff options
context:
space:
mode:
authorJ08nY2017-07-25 23:08:35 +0200
committerJ08nY2017-08-07 18:18:00 +0200
commitb902d7858d8302d248add89a5983c521c3581c4c (patch)
treecc48b02ce92a90d050404428f152055e09118347 /src/mailman/workflows/common.py
parent139a4b484415843d4f0dcf723ed7b56fc52b2547 (diff)
downloadmailman-b902d7858d8302d248add89a5983c521c3581c4c.tar.gz
mailman-b902d7858d8302d248add89a5983c521c3581c4c.tar.zst
mailman-b902d7858d8302d248add89a5983c521c3581c4c.zip
Diffstat (limited to 'src/mailman/workflows/common.py')
-rw-r--r--src/mailman/workflows/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/workflows/common.py b/src/mailman/workflows/common.py
index 1f63d3d1d..c250785c2 100644
--- a/src/mailman/workflows/common.py
+++ b/src/mailman/workflows/common.py
@@ -211,7 +211,7 @@ class SubscriptionBase(SubscriptionWorkflowCommon):
# verified by a full coverage run, but diffcov for some reason
# claims that the test added in the branch that added this code
# does not cover the change. That seems like a bug in diffcov.
- raise AlreadySubscribedError( # pragma: no cover
+ raise AlreadySubscribedError( # pragma: nocover
self.mlist.fqdn_listname,
self.address.email,
MemberRole.member)