Skip to content

module 'os' has no attribute 'exists' error #3

Open
@d-o-b

Description

resize.py has

if not os.exists(dst):

which should be

if not os.path.exists(dst):

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