summaryrefslogtreecommitdiff
path: root/src/mailman/rest/users.py
diff options
context:
space:
mode:
authorBarry Warsaw2017-01-26 19:56:34 -0500
committerBarry Warsaw2017-01-26 19:56:34 -0500
commit99671bec296123d2934d690557494233f349fc8f (patch)
treead0e839ba66d19a58a419eab27428c611f6c2570 /src/mailman/rest/users.py
parentdfb807e04037786a62e7635d0b37e0695a77d5d6 (diff)
downloadmailman-99671bec296123d2934d690557494233f349fc8f.tar.gz
mailman-99671bec296123d2934d690557494233f349fc8f.tar.zst
mailman-99671bec296123d2934d690557494233f349fc8f.zip
Diffstat (limited to 'src/mailman/rest/users.py')
-rw-r--r--src/mailman/rest/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/users.py b/src/mailman/rest/users.py
index 44dfba730..2e743bdaf 100644
--- a/src/mailman/rest/users.py
+++ b/src/mailman/rest/users.py
@@ -131,7 +131,7 @@ class _UserBase(CollectionMixin):
is_server_owner=user.is_server_owner,
self_link=self.api.path_to('users/{}'.format(user_id)),
user_id=user_id,
- )
+ )
# Add the password attribute, only if the user has a password. Same
# with the real name. These could be None or the empty string.
if user.password: