bug fix in repository.diff
This commit is contained in:
@@ -381,8 +381,6 @@ class Repository(_Repository):
|
||||
try:
|
||||
obj = obj.peel(Blob)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
# And if that failed, try to get a tree, raising a type
|
||||
# error if that still doesn't work
|
||||
try:
|
||||
|
Reference in New Issue
Block a user