Why is there a catch-all try-except block in cog_unload? #9421
Replies: 1 comment
-
All I can find about it is this reasoning in this issue: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/Rapptz/discord.py/blob/e870bb1335e3f824c83a40df4ea9b17f215fde63/discord/ext/commands/cog.py#LL751C1-L754C8
Why is there a try-except here that eats up all exceptions? Isn't this bad practice? I was trying to do something in cog_unload and wasted like an hour trying to figure out why it's not working just to find that all the exceptions are being ignored :(
Beta Was this translation helpful? Give feedback.
All reactions