Barry Warsaw pushed to branch issue260 at mailman / Mailman
Commits: 05331ea4 by Barry Warsaw at 2017-04-22T12:51:58-07:00 Fix the pragma. - - - - - 1 changed file: - src/mailman/app/subscriptions.py Changes: ===================================== src/mailman/app/subscriptions.py ===================================== --- a/src/mailman/app/subscriptions.py +++ b/src/mailman/app/subscriptions.py @@ -211,7 +211,7 @@ class SubscriptionWorkflow(_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: nocover + raise AlreadySubscribedError( # pragma: no cover self.mlist.fqdn_listname, self.address.email, MemberRole.member) View it on GitLab: https://gitlab.com/mailman/mailman/commit/05331ea4c5f9b851293c410844f04054d9a36b60 --- View it on GitLab: https://gitlab.com/mailman/mailman/commit/05331ea4c5f9b851293c410844f04054d9a36b60 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org