[issue41693] AttributeError: 'str' object has no attribute '__cause__' (python3.8/traceback.py", line 479, in __init__)

Eric V. Smith report at bugs.python.org
Wed Sep 2 11:34:34 EDT 2020


Eric V. Smith <eric at trueblade.com> added the comment:

I'm not convinced. Isn't the real problem that exc_value is a str, and you're just hiding that problem now?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41693>
_______________________________________


More information about the Python-bugs-list mailing list