diff --git a/build.py b/build.py index abcda2669d..9b5348459d 100755 --- a/build.py +++ b/build.py @@ -32,7 +32,11 @@ class ThreadPool: try: function(*args, **kargs) except: + print("ERROR") + for count, thing in enumerate(args): + print '{0}. {1}'.format(count, thing) print(sys.exc_info()[0]) + print("ERROR") self.tasks.errors = True self.tasks.task_done()