summaryrefslogtreecommitdiff
path: root/src/mailman/workflows/common.py
diff options
context:
space:
mode:
authorJ08nY2017-07-25 23:08:35 +0200
committerJ08nY2017-08-30 13:18:40 +0200
commit0054cbaac43ebfe8e0bc713d6f00fef8a3743ab3 (patch)
treee28316cc29d05ffa99c45d8fec8caa18446d2e0b /src/mailman/workflows/common.py
parent50a51a08f067f12b3a2d72a36b4173d9d2249a69 (diff)
downloadmailman-0054cbaac43ebfe8e0bc713d6f00fef8a3743ab3.tar.gz
mailman-0054cbaac43ebfe8e0bc713d6f00fef8a3743ab3.tar.zst
mailman-0054cbaac43ebfe8e0bc713d6f00fef8a3743ab3.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)