diff -r fbccc1648d79 -r 19ff083c2870 wsgi.py --- a/wsgi.py Mon Feb 16 02:09:14 2009 +0200 +++ b/wsgi.py Mon Feb 16 02:49:06 2009 +0200 @@ -21,7 +21,7 @@ """ # get info - status, content_type, body = error.build_error() + status, content_type, body = error.build_error(env=env) # headers start_response(status, [('Content-type', content_type)], exc_info)