This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Internal problem in Friendly-traceback. Please report this issue. #181
Comments
Thanks ... this is nasty! ;-) |
Tentative fix; first version.
And, using the example code from the StackOverflow question.
|
I wouldn't necessarily say that For example:
|
Perhaps I should add |
The following is not a case of raising an exception and it still fails. class C:
def __repr__(self):
return None
assert False, C() So, I will likely use the following:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Google search finds this: https://stackoverflow.com/questions/62520310/exception-str-failed-py3
Enjoy 😉
The text was updated successfully, but these errors were encountered: