Skip to content

NotADirectoryError: [Errno 20] Not a directory: '/path/to/bin/bin' - bin as file #3241

Closed
@hevi9

Description

@hevi9

if not bindir.exists():

Should be ?

if not bindir.is_dir():
..

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueeasy issue that is friendly to new contributortopic: collectionrelated to the collection phasetype: bugproblem that needs to be addressed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions