atexit.register in case of errors

Miki Tebeka miki.tebeka at gmail.com
Wed Feb 15 13:40:00 EST 2012


Another option is to use a global error flag and set it in sys.excepthook (see http://docs.python.org/library/sys.html#sys.excepthook).

goodbye will check the error flag and skip execution if error flag is set.



More information about the Python-list mailing list