fix: RecursionError caused by checking root dir incorrectly on Windows

This commit is contained in:
debugtalk
2020-01-03 18:16:05 +08:00
parent db4fcbb1d0
commit 69e9fbadcf
2 changed files with 11 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
**Fixed**
- fix #835: UnicodeDecodeError when loading json schema files
- fix: RecursionError caused by checking root dir incorrectly on Windows
## 2.5.3 (2020-01-03)