-
Notifications
You must be signed in to change notification settings - Fork 3
Use the os.Path objects #33
Copy link
Copy link
Open
Labels
good first issueThis issue or pull request is well-defined and good for newcomersThis issue or pull request is well-defined and good for newcomersimprovementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of usepythonPull requests that update Python codePull requests that update Python code
Metadata
Metadata
Assignees
Labels
good first issueThis issue or pull request is well-defined and good for newcomersThis issue or pull request is well-defined and good for newcomersimprovementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of usepythonPull requests that update Python codePull requests that update Python code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
💡 Summary
Convert all the paths to
os.Pathobjects.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.Pathobject and convert all paths to use this object.Use the
/separator for paths instead ofpath.joinoros.path.join.Acceptance criteria
How do we know when this work is done?
os.Pathobjects