diff options
| author | J08nY | 2017-07-25 23:08:35 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-30 13:18:40 +0200 |
| commit | 0054cbaac43ebfe8e0bc713d6f00fef8a3743ab3 (patch) | |
| tree | e28316cc29d05ffa99c45d8fec8caa18446d2e0b /src/mailman/workflows/common.py | |
| parent | 50a51a08f067f12b3a2d72a36b4173d9d2249a69 (diff) | |
| download | mailman-pluggable-workflows.tar.gz mailman-pluggable-workflows.tar.zst mailman-pluggable-workflows.zip | |
Diffstat (limited to 'src/mailman/workflows/common.py')
| -rw-r--r-- | src/mailman/workflows/common.py | 2 |
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) |
