diff options
| author | Barry Warsaw | 2014-12-15 18:25:12 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-15 18:25:12 -0500 |
| commit | d91715ea8b2692475b0751742e131bc1673b138b (patch) | |
| tree | acf08abe9f1f5967fc9428a463d8b1ef560bb6df /src/mailman/rest/validator.py | |
| parent | 130bd8179188fbbcf488ab668baae4fe945bcfc2 (diff) | |
| download | mailman-d91715ea8b2692475b0751742e131bc1673b138b.tar.gz mailman-d91715ea8b2692475b0751742e131bc1673b138b.tar.zst mailman-d91715ea8b2692475b0751742e131bc1673b138b.zip | |
Diffstat (limited to 'src/mailman/rest/validator.py')
| -rw-r--r-- | src/mailman/rest/validator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/validator.py b/src/mailman/rest/validator.py index 74a8c0be4..c185c6694 100644 --- a/src/mailman/rest/validator.py +++ b/src/mailman/rest/validator.py @@ -62,7 +62,7 @@ def subscriber_validator(subscriber): try: return UUID(int=int(subscriber)) except ValueError: - return subscriber.decode('utf-8') + return subscriber def language_validator(code): |
