Uh oh!
There was an error while loading. Please reload this page.
BigQuery _EnumProperty ValueError messages are not displayed properly - #3520
Conversation
googlebot
commented
Jun 23, 2017
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
dhermes
commented
Jun 23, 2017
LGTM. Thanks! Can you let us know once you've signed the CLA (unless the bot makes an automated reply)? |
smasue
commented
Jun 23, 2017
I've just signed the CLA |
googlebot
commented
Jun 23, 2017
CLAs look good, thanks! |
| :raises: ValueError if value is not allowed. | ||
| """ | ||
| if value not in self.ALLOWED: | ||
| raise ValueError('Pass one of: %s' ', '.join(self.ALLOWED)) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
I found this very small bug in the error message, so I fixed it!