Closed JasonGrace2282 closed 3 weeks ago
I think the approach taken here (replace os.path
everywhere at once with pathlib.Path
) is a little bit too drastic. I'll close this PR, and we can tackle each change in a separate PR, so that it's easier to test and review.
See https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/
Progress
os.path.dirname
,os.path.join
, andos.chmod
withpathlib.Path
equivalentsPath
objects