diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-04-21 15:26:47 +0200 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-04-21 15:26:47 +0200 |
| commit | 04ecd5542849191457ccfc3e42a39452db47825a (patch) | |
| tree | b0a470e46326b709d090a900847bbb004d355607 /paste/debug/prints.py | |
| parent | 4c177fce89fee925f0f4fbfde00ce2e1252562c0 (diff) | |
| download | paste-04ecd5542849191457ccfc3e42a39452db47825a.tar.gz | |
Strip trailing spaces
Diffstat (limited to 'paste/debug/prints.py')
| -rw-r--r-- | paste/debug/prints.py | 2 |
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 |
