Browse Source

Cosmetics

Ask Solem 13 years ago
parent
commit
d2f0b7ca0a
1 changed files with 1 additions and 3 deletions
  1. 1 3
      celery/utils/threads.py

+ 1 - 3
celery/utils/threads.py

@@ -41,9 +41,7 @@ class bgThread(Thread):
 
     def on_crash(self, exc_info, msg, *fmt, **kwargs):
         sys.stderr.write((msg + "\n") % fmt)
-        traceback.print_exception(exc_info[0],
-                                  exc_info[1],
-                                  exc_info[2],
+        traceback.print_exception(exc_info[0], exc_info[1], exc_info[2],
                                   None, sys.__stderr__)
 
     def run(self):