This commit is contained in:
John Dickinson 2010-11-03 13:23:17 -05:00
parent f89b8ca22f
commit 926804eb86

View File

@ -42,7 +42,7 @@ class CatchErrorMiddleware(object):
def filter_factory(global_conf, **local_conf):
conf = global_conf.copy()
conf.update(local_conf)
def except_filter(app):
return CatchErrorMiddleware(app, conf)
return except_filter