mercurial/hgweb/request.py
changeset 5922 df7f66f290b9
parent 5888 956afc025c0f
child 5926 15ef6b9c1f2f
--- a/mercurial/hgweb/request.py	Tue Jan 22 00:55:01 2008 +0100
+++ b/mercurial/hgweb/request.py	Tue Jan 22 09:11:06 2008 +0100
@@ -36,8 +36,7 @@
     def start_response(self, status):
         if self._start_response is not None:
             if not self.headers:
-                raise RuntimeError("request.write called before headers sent" +
-                	               " (%s)." % thing)
+                raise RuntimeError("request.write called before headers sent")
 
             if isinstance(status, ErrorResponse):
                 status = statusmessage(status.code)