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)
commitf3ac0ea3dcdfc00d673e52effb74b6e9341e3add
tree30b113ad14d8321a8d9df0b2ebe6df86013c95ac
parentd49836c143ea2cf54406d40381605de74e284a72
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