From 95a1732e3d0dce9324f4385c14927abc9b82a74d Mon Sep 17 00:00:00 2001 From: ianb Date: Mon, 22 Aug 2005 22:00:08 +0000 Subject: paste.deployified lint --- paste/httpexceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/httpexceptions.py') 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 -- cgit v1.2.1