We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please try to avoid Pokémon exception handling in https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/04e29001025a6440e972efe6b1b9f292aac956a8/adobe_analytics_2/aanalytics2.py#L139
If I read the docs right, you should handle a ValueError instead.
ValueError
The text was updated successfully, but these errors were encountered:
Again good point! I changed it and it will be part of the next release. Thanks again. All of these comments are super useful for me to improve !
Sorry, something went wrong.
pitchmuc
No branches or pull requests
Please try to avoid Pokémon exception handling in
https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/04e29001025a6440e972efe6b1b9f292aac956a8/adobe_analytics_2/aanalytics2.py#L139
If I read the docs right, you should handle a
ValueError
instead.The text was updated successfully, but these errors were encountered: