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 92a9748 commit 07c20b4Copy full SHA for 07c20b4
lib/git/errors.py
@@ -12,7 +12,7 @@ class InvalidGitRepositoryError(Exception):
12
Thrown if the given repository appears to have an invalid format.
13
"""
14
15
-class NoSuchPathError(Exception):
+class NoSuchPathError(OSError):
16
17
Thrown if a path could not be access by the system.
18
0 commit comments