This is an archive of the discontinued Mercurial Phabricator instance.

py3: fix .write() calls in few tests
ClosedPublic

Authored by pulkit on May 19 2018, 10:40 AM.

Details

Summary

This patch adds b'' prefixes to make sure we write bytes and add and None in
the end to suppress the output by .write() calls.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.May 19 2018, 10:40 AM
This revision was automatically updated to reflect the committed changes.