changeset 7280 | 810ca383da9c |
parent 7225 | 59b4ae211584 |
child 7637 | 1d54e2f6c0b7 |
--- a/mercurial/hgweb/server.py Tue Oct 28 19:07:14 2008 +0100 +++ b/mercurial/hgweb/server.py Tue Oct 28 19:25:26 2008 +0100 @@ -66,7 +66,7 @@ def do_POST(self): try: self.do_write() - except StandardError, inst: + except StandardError: self._start_response("500 Internal Server Error", []) self._write("Internal Server Error") tb = "".join(traceback.format_exception(*sys.exc_info()))