-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fixed a NameError on exception, added a unit test. #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed a NameError on exception, added a unit test. #131
Conversation
Sorry about not adding unit test for the exception clause. |
content = _retrieve_discovery_doc(requested_url, http, cache_discovery, | ||
cache) | ||
except HttpError as e: | ||
if e.resp.status == 404: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Thanks for the fix; just the one nitpick comment. |
c4e65e0
to
7a725d5
Compare
@nathanielmanistaatgoogle Thanks for the comment, PTAL |
7a725d5
to
3772f9d
Compare
Fixed a NameError on exception; added a unit test.
Thanks! |
Be more permissive about GAE SDK versions.
Fixes #130