summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-08-22 22:00:08 +0000
committerianb <devnull@localhost>2005-08-22 22:00:08 +0000
commit95a1732e3d0dce9324f4385c14927abc9b82a74d (patch)
tree0e1b08e532d079e0bfa5abd32cc7e7f6247368b2 /paste/httpexceptions.py
parent147c1046ea48853b59bb0637e31400ea808aedc4 (diff)
downloadpaste-95a1732e3d0dce9324f4385c14927abc9b82a74d.tar.gz
paste.deployified lint
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 5f8405f..11e8c98 100644
--- a/paste/httpexceptions.py
+++ b/paste/httpexceptions.py
@@ -211,7 +211,7 @@ def get_exception(code):
## Middleware implementation:
############################################################
-def middleware(application, global_conf):
+def middleware(application, global_conf=None):
"""
This middleware catches any exceptions (which are subclasses of