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 b93fae9475
commit 286dc3f7d5
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)