Closed glensc closed 3 years ago
Hello could you please provide a git repo that throws this error so I can properly debug it ?
@spapas no I can't. it went away after the next commit. and I don't want to, it's my private doings.
you should be able to add a guard based on exception trace to return None rather crashing application with an uncaught exception.
It's all right... I've found out that there are more things missing from this project for exampe it doesn't work if the latest commit is of type OBJ_OFS_DELTA
(it only works if it's OBJ_COMMIT
). I'll try to research the git internals on how to parse the OBJ_OFS_DELTA
and see if this also helps with that.
This error should be fixed now!
please add catch
TypeError
and returnNone
!