Closed pwroberts closed 8 years ago
Stop passing exception objects directly to the console, because the console is trying to treat them as strings and blowing up. Use the traceback module instead, which also gives us a nice stack trace.
LGTM
Stop passing exception objects directly to the console, because the console is trying to treat them as strings and blowing up. Use the traceback module instead, which also gives us a nice stack trace.