]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commit
Improve main exception handling: display traceback, handle BdbQuit
authorDaniel Hahler <git@thequod.de>
Sat, 16 May 2015 23:43:19 +0000 (01:43 +0200)
committerDaniel Hahler <git@thequod.de>
Sat, 16 May 2015 23:49:51 +0000 (01:49 +0200)
commit6de7ca40da4532334f35cf5bec1dc1bc190ce44a
treecf78fa11417f1d44402a016c0c91b27508d74073
parented599bc5aab6053ba9d7481f3d4eeb3076ee3e8f
Improve main exception handling: display traceback, handle BdbQuit

It handles "empty" exceptions (e.g. from BdbQuit (via ipdb.set_trace))
better and just makes Python display any uncaught exceptions (with
traceback) by raising them.

This removes the additional newlines, too.
autorandr.py