±

Results 1 issues of ±

On Windows, pathlib paths are of type `WindowsPath`, so do not pass `type(path) is PosixPath` checks. Check instead for the parent class `Path`, so that both `PosixPath` and `WindowsPath` get...