google / spatial-media

Specifications and tools for 360º video and spatial audio.
Other
1.86k stars 430 forks source link

Stop passing exception objects directly to the console #113

Closed pwroberts closed 8 years ago

pwroberts commented 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.

dcower commented 8 years ago

LGTM