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
The @n ExceptionName in the title bar does not include the filename. So for instance: code.py:
importbusioimportx
x.py:
1/0
says @1 DivisionByZeroError without saying which file it's in. If you feel there is room, I think including the filename would be good, since the error may be quite deep. The filename and the line number are more important than a possibly truncated exception name.
The
@n ExceptionName
in the title bar does not include the filename. So for instance:code.py
:x.py
:says
@1 DivisionByZeroError
without saying which file it's in. If you feel there is room, I think including the filename would be good, since the error may be quite deep. The filename and the line number are more important than a possibly truncated exception name.From #6698 (review)
The text was updated successfully, but these errors were encountered: