Skip to content

msgpack-python 1.0 compatibility #5

@teake

Description

@teake

It seems loads in msgpack-python 1.0 now returns a string (it was bytes previously), so doing

return loads(response.content)

and then a decode() in

return _asciigraph.graph_to_ascii(graph, timeout=timeout).decode(encoding='UTF-8')

results in an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions