Closed tomjanus closed 1 year ago
Try to use pathlib.Path instead of paths defined as strings in order to increase portability and reduce the risk of potential issues on different operating systems
pathlib.Path
Fixed in various previous commits
Try to use
pathlib.Path
instead of paths defined as strings in order to increase portability and reduce the risk of potential issues on different operating systems