diff options
author | ianb <devnull@localhost> | 2005-08-22 22:00:08 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2005-08-22 22:00:08 +0000 |
commit | 95a1732e3d0dce9324f4385c14927abc9b82a74d (patch) | |
tree | 0e1b08e532d079e0bfa5abd32cc7e7f6247368b2 /paste/httpexceptions.py | |
parent | 147c1046ea48853b59bb0637e31400ea808aedc4 (diff) | |
download | paste-95a1732e3d0dce9324f4385c14927abc9b82a74d.tar.gz |
paste.deployified lint
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r-- | paste/httpexceptions.py | 2 |
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 |