-
Notifications
You must be signed in to change notification settings - Fork 109
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
B014 recommends except ():
#110
Comments
Thanks for the report, seems buggy to me. If someone does not beat me, I'll try add a test in the next few days and see if I can work out the bug. |
I guess you are using Python3. We encountered the same case: DataDog/integrations-core#5389 That's because in Python 3
In our case, we still need to support both Python 2 and Python 3 for now, hence we chose to DetailsFor Python 3:
But in Python 2
|
Thanks for the insightful explanation. |
Is there any other fix for this issue if the code in question supports both Python 2 and Python 3 apart from adding I am trying to add
|
In the following code:
The new B014 warning shows this:
Doesn't seem to make sense to me. Is this a bug 🐻?
The text was updated successfully, but these errors were encountered: