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
Since "a=b" is invalid, I expected an error message like so returned by ex.Format():
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'b' is not defined
However, Format() throws another PythonException - "AttributeError : 'str' object has no attribute 'cause'" with the following stack trace - list(TracebackException(\n', ' File "C:\Python38\Lib\traceback.py", line 479, in init\n if (exc_value and exc_value.cause is not None\n'] .
The text was updated successfully, but these errors were encountered:
Environment
Details
Since "a=b" is invalid, I expected an error message like so returned by
ex.Format()
:However, Format() throws another PythonException - "AttributeError : 'str' object has no attribute 'cause'" with the following stack trace - list(TracebackException(\n', ' File "C:\Python38\Lib\traceback.py", line 479, in init\n if (exc_value and exc_value.cause is not None\n'] .
The text was updated successfully, but these errors were encountered: