Skip to content

Switch from os.path to pathlib.Path #83

Description

@marc-white

The current code makes extensive use of os.path calls for filename/path manipulation. The more modern paradigm is to use pathlib.Path objects instead. It would be a straightforward, if tedious, block of work to make the switch.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions