summaryrefslogtreecommitdiff
path: root/paste/cgitb_catcher.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-21 15:26:47 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-21 15:26:47 +0200
commit04ecd5542849191457ccfc3e42a39452db47825a (patch)
treeb0a470e46326b709d090a900847bbb004d355607 /paste/cgitb_catcher.py
parent4c177fce89fee925f0f4fbfde00ce2e1252562c0 (diff)
downloadpaste-04ecd5542849191457ccfc3e42a39452db47825a.tar.gz
Strip trailing spaces
Diffstat (limited to 'paste/cgitb_catcher.py')
-rw-r--r--paste/cgitb_catcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/cgitb_catcher.py b/paste/cgitb_catcher.py
index 55a346f..3185506 100644
--- a/paste/cgitb_catcher.py
+++ b/paste/cgitb_catcher.py
@@ -83,7 +83,7 @@ class CgitbMiddleware(object):
format=self.format)
hook(*exc_info)
return dummy_file.getvalue()
-
+
def make_cgitb_middleware(app, global_conf,
display=NoDefault,
logdir=None,
@@ -92,7 +92,7 @@ def make_cgitb_middleware(app, global_conf,
"""
Wraps the application in the ``cgitb`` (standard library)
error catcher.
-
+
display:
If true (or debug is set in the global configuration)
then the traceback will be displayed in the browser