Skip to content

binary file should be open with 'rb' instead of 'r' in advanced exemple #99

Closed
@pidou46

Description

@pidou46

With mp 1.24 , in advanced usage exemple: <with open('test.ulp', 'r') as f:> rise a unicode exception

It should be changed to:
<with open('test.ulp', 'rb') as f:>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions