summaryrefslogtreecommitdiff
path: root/paste/debug/prints.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/debug/prints.py')
-rw-r--r--paste/debug/prints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/debug/prints.py b/paste/debug/prints.py
index 6cc3f7d..b660bfa 100644
--- a/paste/debug/prints.py
+++ b/paste/debug/prints.py
@@ -132,7 +132,7 @@ class PrintDebugMiddleware(object):
_body_re = re.compile(r'<body[^>]*>', re.I)
_explicit_re = re.compile(r'<pre\s*[^>]*id="paste-debug-prints".*?>',
re.I+re.S)
-
+
def add_log(self, html, log):
if not log:
return html