GitHub repos might be removed after downloading. Then the request to that repos will be NotFound. Maybe we should come up with a solution to provide default/empty GitHub resources.
A current example, the get_github_pull_requests function in libs/util/github_api.py (@line 127) will fail if the response is NotFound.
GitHub repos might be removed after downloading. Then the request to that repos will be NotFound. Maybe we should come up with a solution to provide default/empty GitHub resources.
A current example, the
get_github_pull_requests
function inlibs/util/github_api.py
(@line 127) will fail if the response is NotFound.