Skip to content

Use the os.Path objects #33

@felddy

Description

@felddy

💡 Summary

Convert all the paths to os.Path objects.

Motivation and context

This will allow for better handling of paths and will allow for better error handling.
Cross platform compatibility will be improved.

Implementation notes

Read the documentation for the os.Path object and convert all paths to use this object.
Use the / separator for paths instead of path.join or os.path.join.

Acceptance criteria

How do we know when this work is done?

  • All paths are converted to os.Path objects

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueThis issue or pull request is well-defined and good for newcomersimprovementThis issue or pull request will add or improve functionality, maintainability, or ease of usepythonPull requests that update Python code

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions