[Webkit-unassigned] [Bug 222806] New: [ews] Add python 3 support to send_email

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 09:34:12 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222806

            Bug ID: 222806
           Summary: [ews] Add python 3 support to send_email
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

Add python 3 support to send_email in ews. Current code fails in python 3 with error:

  File "/var/buildbot/OpenSource/Tools/CISupport/ews-build/send_email.py", line 64, in send_email
    text = text.replace('\n', '<br>')
TypeError: a bytes-like object is required, not 'str'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210305/688cf4a8/attachment.htm>


More information about the webkit-unassigned mailing list