Discussion about this post

User's avatar
demployee's avatar

to clarify, can you provide an example of what does not work well and detail / code of what would work well?

ie you say:

For me, it’s easy within a minute to hone down on actually what this bare exception is telling me, I don’t have to dig through other weird `try:except` logic that might have been triggered and buried the problem.

so you are saying or propsing to just have not try:except or what would the code you write look like in the absence of try:except

Expand full comment
Deji Emiabata's avatar

in a try except block, you can raise the error and that entire error log dump will show

Expand full comment
3 more comments...

No posts