You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the function get_commits() fails to check the request's response code, and hence tries to work with whatever response comes out. Need an implementation for a check for response code and a thoughtful work through further
The text was updated successfully, but these errors were encountered:
File:
ed_analytics/github.py
Method:
Repository.get_commits()
the function
get_commits()
fails to check the request's response code, and hence tries to work with whatever response comes out. Need an implementation for a check for response code and a thoughtful work through furtherThe text was updated successfully, but these errors were encountered: