fix: catch OSError when running subprocess

This commit is contained in:
debugtalk
2022-04-18 14:33:45 +08:00
parent 9157401c3a
commit 5395e7cf20
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
## 3.1.10 (2022-04-18)
- fix #1249: catch exceptions when requesting with disabling allow_redirects
- fix: catch OSError when running subprocess
## 3.1.9 (2022-04-17)