aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rest/lists.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/rest/lists.py')
-rw-r--r--src/mailman_pgp/rest/lists.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mailman_pgp/rest/lists.py b/src/mailman_pgp/rest/lists.py
index 1998f91..3ff7756 100644
--- a/src/mailman_pgp/rest/lists.py
+++ b/src/mailman_pgp/rest/lists.py
@@ -125,11 +125,6 @@ class APGPList(_PGPListBase):
response,
'Unknown attribute: {}'.format(error.attribute))
return
- except ReadOnlyPATCHRequestError as error:
- bad_request(
- response,
- 'Read-only attribute: {}'.format(error.attribute))
- return
try:
with transaction():
validator.update(self._mlist, request)