Skip to content

Settle on pathlib or os.path #80

Open
@penyuan

Description

@penyuan

Right now, the scripts in this repository use both the pathlib and os.path Python Standard Library modules to deal with local file paths.

Let's standardise on one of them. For now I'm leaning towards using pathlib.

(this is not super high priority, but would ease maintainability and readability of the code)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions