# HG changeset patch # User Dirkjan Ochtman # Date 1200989466 -3600 # Node ID df7f66f290b9172a435a9e095932cd78f62e6754 # Parent 549a7ebe16074fea53ec42fa85c588812d9fc5b8 hgweb: cleanup buglet introduced in 956afc025c0f diff -r 549a7ebe1607 -r df7f66f290b9 mercurial/hgweb/request.py --- 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)