Daily report and run comparison are both output to stdout and sent by
email as attachment. Under Python 3's strict separation between text and
binary data the former needs to be done as a string while the latter
needs to be an encoded text, i.e. as binary data. This commit implements
that separation.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 39330 Build 39346: arc lint + arc unit