From 14bbd1cfce28d0b0f09ed55f779df118f23844ac Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Wed, 12 Nov 2014 13:06:02 -0800 Subject: [PATCH] comment formatting --- gunicorn/workers/async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/workers/async.py b/gunicorn/workers/async.py index 5c8db918..d823d5d7 100644 --- a/gunicorn/workers/async.py +++ b/gunicorn/workers/async.py @@ -123,7 +123,7 @@ class AsyncWorker(base.Worker): raise except socket.error: # If the original exception was a socket.error we delegate - # handling it to the caller (where handle() might ignore it + # handling it to the caller (where handle() might ignore it) six.reraise(*sys.exc_info()) except Exception: if resp and resp.headers_sent: