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
When an error occurs, the stacktrace should show the right code section where it happened.
Actual Behavior
Whatever unexpected error occurs, the stacktrace shows the main() function as the erroneous code location.
Traceback (most recent call last):
File "pokecli.py", line 502, in <module>
main()
File "pokecli.py", line 133, in main
raise e
WhateverError: any unexpected error occured, I don't know where it happened
Steps to Reproduce
Run the bot until an error occurs.
Other Information
OS: Linux 4.6.4 (ArchLinux)
Git Commit: ae0ae81
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered:
Expected Behavior
When an error occurs, the stacktrace should show the right code section where it happened.
Actual Behavior
Whatever unexpected error occurs, the stacktrace shows the
main()
function as the erroneous code location.Steps to Reproduce
Run the bot until an error occurs.
Other Information
OS: Linux 4.6.4 (ArchLinux)
Git Commit: ae0ae81
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: