X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4bb599887258fe5d1dc0bfd27433932ea7e4347..ee45c548e61fa0ce1f8adbcf29d7678769f2c0ed:/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..."