X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4bb599887258fe5d1dc0bfd27433932ea7e4347..d0ee33f5c6908b4ac5e1364381f0ef00942e3936:/wxPython/distrib/all/taskrunner.py diff --git a/wxPython/distrib/all/taskrunner.py b/wxPython/distrib/all/taskrunner.py index 677bf1f1ba..c6c1082892 100644 --- a/wxPython/distrib/all/taskrunner.py +++ b/wxPython/distrib/all/taskrunner.py @@ -182,6 +182,7 @@ class TaskRunner(object): except KeyboardInterrupt: print "STOPPING JOBS..." self.stopAllJobs() + return 1 except: print "Unknown exception..."