summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-05-17 03:06:22 +0000
committerianb <devnull@localhost>2005-05-17 03:06:22 +0000
commited51c888895583a856f40ce951c0c131a26f9ca3 (patch)
tree8f56068ec37a20406eab36c1f4a86ff233a5ddb8 /paste/httpexceptions.py
parenta3ce49f606ece7bfc639a7d27fa6a4c50b0b8b37 (diff)
downloadpaste-ed51c888895583a856f40ce951c0c131a26f9ca3.tar.gz
A bunch of pylint-inspired changes; all minor code cleanup
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r--paste/httpexceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py
index 7540a17..01d68f5 100644
--- a/paste/httpexceptions.py
+++ b/paste/httpexceptions.py
@@ -218,7 +218,7 @@ def middleware(application):
return start_response(status, headers, exc_info)
try:
- return application(environ, start_response)
+ return application(environ, checked_start_response)
except HTTPException, e:
if app_started:
# They've already started the response, so we can't