-
Notifications
You must be signed in to change notification settings - Fork 11
replace all os.path references with pathlib #53
Comments
How so? However I noticed improper file path manipulation in project's code, tests included. Typically |
You are of course right, When I wrote this issue, I simply added a I thought it would be good to streamline the usage of path handling methods to just use either of both options and since I preferred Your approach seems also to be totally valid 👍 |
Path manipulations that were fixed in #209 is a step towards workoutizer's Windows compat I guess 😀
|
Closing this issue, since the original intend was to resolve improper path manipulation which blocked the windows compatibility. See #210 for ongoing migrations efforts. |
This currently seems to block workoutizer from supporting windows.
os.path
withpathlib
The text was updated successfully, but these errors were encountered: