Skip to content
Snippets Groups Projects
Commit 0a4efb650b3e authored by Matt Harbison's avatar Matt Harbison
Browse files

transaction: fix __repr__() and make the default name bytes

This likely was always wrong on py3, since going back to aff5996f3043, these
were added as a r-strings.  Callers seem to always be supplying bytes, which
makes the `b'/'.join(...)` part OK, but then bytes can't be interpolated into
str with "%s", so it wouldn't have worked in either case.
parent 181936ad069a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment