This is an archive of the discontinued Mercurial Phabricator instance.

cborutil: cast bytearray to bytes
ClosedPublic

Authored by indygreg on Oct 8 2018, 8:29 PM.

Details

Summary

This code didn't like passing in bytearray instances. Let's cast
bytearray to bytes so it works.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 8 2018, 8:29 PM
This revision was automatically updated to reflect the committed changes.