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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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