summaryrefslogtreecommitdiff
path: root/src/mailman/model/member.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-01 15:14:51 -0400
committerBarry Warsaw2016-04-01 15:14:51 -0400
commitf7e9e4698bdd4cee39c9eb485296cbbfa32369a9 (patch)
tree6dc8557009cbddb4e416faecc329b38b1cc0ad0b /src/mailman/model/member.py
parentafdd3b6deb32cd8cfdad291aba173a63064514f8 (diff)
downloadmailman-f7e9e4698bdd4cee39c9eb485296cbbfa32369a9.tar.gz
mailman-f7e9e4698bdd4cee39c9eb485296cbbfa32369a9.tar.zst
mailman-f7e9e4698bdd4cee39c9eb485296cbbfa32369a9.zip
Diffstat (limited to 'src/mailman/model/member.py')
-rw-r--r--src/mailman/model/member.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/member.py b/src/mailman/model/member.py
index a6555c0fe..26c36b305 100644
--- a/src/mailman/model/member.py
+++ b/src/mailman/model/member.py
@@ -78,7 +78,7 @@ class Member(Model):
self.moderation_action = Action.accept
else:
assert role in (MemberRole.member, MemberRole.nonmember), (
- 'Invalid MemberRole: {0}'.format(role))
+ 'Invalid MemberRole: {}'.format(role))
self.moderation_action = None
def __repr__(self):