| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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. I signed it!) and we'll verify. Thanks.
|
Sorry, something went wrong.
|
LGTM. Thanks! Can you let us know once you've signed the CLA (unless the bot makes an automated reply)? |
Sorry, something went wrong.
|
I've just signed the CLA |
Sorry, something went wrong.
|
CLAs look good, thanks! |
Sorry, something went wrong.
| :raises: ValueError if value is not allowed. | ||
| """ | ||
| if value not in self.ALLOWED: | ||
| raise ValueError('Pass one of: %s' ', '.join(self.ALLOWED)) |
| Back | FazBrowse Home | New Git URL |
I found this very small bug in the error message, so I fixed it!