You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the last try statement gets picked up as BLE001. So im guessing the following rules apply:
If we log the exception in the except block, dont raise BLE001
If we raise the exception in the except block, dont raise BLE001
However, this isn't clear from the documentation - it just implies bare excepts will cause it. Can this be updated so we understand the rules better, please?
The text was updated successfully, but these errors were encountered:
The documentation isn't clear when BLE001 gets suppressed. Looking at the following code:
Only the last try statement gets picked up as BLE001. So im guessing the following rules apply:
However, this isn't clear from the documentation - it just implies bare excepts will cause it. Can this be updated so we understand the rules better, please?
The text was updated successfully, but these errors were encountered: