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 github autograder code would like a 404 from get_url() to be a soft warning. The upload code would like 401 (bad token) to be a fatal error. Should switch to using response.raise_for_status() and let each caller handle errors as it prefers.
The text was updated successfully, but these errors were encountered:
The github autograder code would like a 404 from get_url() to be a soft warning. The upload code would like 401 (bad token) to be a fatal error. Should switch to using response.raise_for_status() and let each caller handle errors as it prefers.
The text was updated successfully, but these errors were encountered: