GitGot icon indicating copy to clipboard operation
GitGot copied to clipboard

Fixed GithubException API handling to prevent crashing

Open jhalon opened this issue 2 years ago • 0 comments

Card

GithubException Causes File Crash

Details

Adding a small fix to properly handle the GithubException for the API errors by formatting the print statement and returning False to skip the specific commit and continue normal operations. Without this, the program crashes when GitHub returns something like a 404 Error when the commit is not found.

jhalon avatar Apr 05 '22 23:04 jhalon