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
{{ message }}
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
When running the program as main, the entire traceback is shown to the user.
The typical user of this program would not be a programmer, so the traceback information is not useful, and would likely be confusing.
possible solution to this would be to add try/except blocks around the function calls in
__main__
, then print only the exception's message.The text was updated successfully, but these errors were encountered: