Don't crash when Command._run() raises an uncaught Exception.
authorW. Trevor King <wking@drexel.edu>
Mon, 10 May 2010 15:35:03 +0000 (11:35 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 10 May 2010 15:35:03 +0000 (11:35 -0400)
commite5dcfdd61750e1cbf6f3ac337c0915039ec74641
tree30b113ad14d8321a8d9df0b2ebe6df86013c95ac
parent1d5a6c7f1c5da8fda50e95951b1d71b04052bead
Don't crash when Command._run() raises an uncaught Exception.

Just print the traceback and move on.  This gives the user time to
exit gracefully (saving playlists etc.).
hooke/command.py