( )⚙ D10129 pycompat: fix a bytes vs str issue in `unnamedtempfile()`

This is an archive of the discontinued Mercurial Phabricator instance.

pycompat: fix a bytes vs str issue in `unnamedtempfile()`
ClosedPublic

Authored by mharbison72 on Mar 8 2021, 12:29 PM.

Details

Summary

This seems trivially correct, though the only two uses I found both took this
path. So I'm guessing we're missing test coverage.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

mharbison72 created this revision.Mar 8 2021, 12:29 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.