Fix `trace_fields` Python3 encoding issue (#1745)
This PR fixes the encoding issue in Python3 by converting the argument passed to `find` to a bytearray.
Showing
Please register or sign in to comment
This PR fixes the encoding issue in Python3 by converting the argument passed to `find` to a bytearray.