Commit 5fcb9233 authored by Denis Bilenko's avatar Denis Bilenko

minor formatting change

parent 77b3114d
......@@ -365,8 +365,7 @@ class WSGIHandler(object):
args = (getattr(self, 'server', ''),
getattr(self, 'requestline', ''),
getattr(self, 'client_address', ''),
getattr(self, 'application', ''),
)
getattr(self, 'application', ''))
msg = '%s: Failed to handle request:\n request = %s from %s\n application = %s\n\n' % args
sys.stderr.write(msg)
except Exception:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment