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 f7cff58 commit 7ca99ddCopy full SHA for 7ca99dd
git/repo/base.py
@@ -1064,7 +1064,8 @@ def has_separate_working_tree(self):
1064
rev_parse = rev_parse
1065
1066
def __repr__(self):
1067
- return '<git.Repo "%s">' % self.git_dir
+ clazz = self.__class__
1068
+ return '<%s.%s %r>' % (clazz.__module__, clazz.__name__, self.git_dir)
1069
1070
def currently_rebasing_on(self):
1071
"""
0 commit comments