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 c63cd98 commit 7fda0ecCopy full SHA for 7fda0ec
lib/git/repo.py
@@ -27,6 +27,7 @@ def __init__(self, path=None):
27
Returns
28
``GitPython.Repo``
29
"""
30
+ path = os.path.expanduser(path)
31
if not os.path.exists(path):
32
raise NoSuchPathError(path)
33
0 commit comments