Comment 11 for bug 1799746

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: PY3: when uploading file as secret: TypeError: a bytes-like object is required, not 'str'

I think comment #8 can be disregarded. It seems like get_encoded() is not getting an encoded value for py3:

'value': binascii.hexlify(value.get_encoded()).decode('utf-8')