diff options
| author | J08nY | 2017-07-31 01:23:01 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-31 01:23:01 +0200 |
| commit | 57b39b5701dbac48eacfb904e00fbd9ba409317a (patch) | |
| tree | 35b022b8827b1260c1999fcfe9986d13065ad178 /src/mailman_pgp/rest/lists.py | |
| parent | c28fc92df4561d377e415d8b42897ec4c9d7267f (diff) | |
| download | mailman-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.py | 5 |
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) |
