Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad400e3 commit 0a7b547Copy full SHA for 0a7b547
1 file changed
mypy/git.py
@@ -19,7 +19,7 @@ def have_git() -> bool:
19
return True
20
except subprocess.CalledProcessError:
21
return False
22
- except FileNotFoundError:
+ except OSError:
23
24
25
0 commit comments