Skip to content

Use pathlib.Path for all paths #36

@salkinium

Description

@salkinium

At the moment there is a mix of use of both os.path and pathlib.Path which is really annoying to cast around interally.

The goal is to only use pathlib interally and convert all path inputs to pathlib. Do we also want to return pathlib objects instead of strings? cc @dergraaf

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions