summaryrefslogtreecommitdiff
path: root/paste/cascade.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/cascade.py')
-rw-r--r--paste/cascade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/cascade.py b/paste/cascade.py
index 1c4acfb..424794e 100644
--- a/paste/cascade.py
+++ b/paste/cascade.py
@@ -123,7 +123,7 @@ class Cascade(object):
list(v)
# then close:
v.close()
- except self.catch_exceptions, e:
+ except self.catch_exceptions:
pass
if copy_wsgi_input:
environ['wsgi.input'].seek(0)