Skip to content
Snippets Groups Projects
Unverified Commit b489a4ec authored by Tim McCormack's avatar Tim McCormack Committed by GitHub
Browse files

Django2 bytestring conversion: Lynx html_to_text output (#23558)

Fixes test of email body for Django 2.0.
parent e4c00dd3
No related merge requests found
......@@ -25,4 +25,4 @@ def html_to_text(html_message):
if err_from_stderr:
log.info(err_from_stderr)
return plaintext
return plaintext.decode()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment