aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rest/lists.py
diff options
context:
space:
mode:
authorJ08nY2017-07-31 01:23:01 +0200
committerJ08nY2017-07-31 01:23:01 +0200
commit57b39b5701dbac48eacfb904e00fbd9ba409317a (patch)
tree35b022b8827b1260c1999fcfe9986d13065ad178 /src/mailman_pgp/rest/lists.py
parentc28fc92df4561d377e415d8b42897ec4c9d7267f (diff)
downloadmailman-pgp-57b39b5701dbac48eacfb904e00fbd9ba409317a.tar.gz
mailman-pgp-57b39b5701dbac48eacfb904e00fbd9ba409317a.tar.zst
mailman-pgp-57b39b5701dbac48eacfb904e00fbd9ba409317a.zip
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)