Skip to content

TypeError: write() argument must be str, not bytes #186

@mastak

Description

@mastak

Here message pass to to_string and then to sys.stderr.write()
to_string – returns bytes
sys.stderr.write receives str

TypeError: write() argument must be str, not bytes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions