projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1af12e
)
Oops.. Misisng a reference there, are we.. :)
author
Magnus Hagander
<magnus@hagander.net>
Sat, 7 Jul 2012 14:43:49 +0000
(16:43 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 7 Jul 2012 14:43:49 +0000
(16:43 +0200)
loader/lib/parser.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/lib/parser.py
b/loader/lib/parser.py
index c0774136fc2fdb8bb526768858cd75da0fffa5d8..258cc2bfbeb2ac0b1c32d94ce892349930aac368 100644
(file)
--- a/
loader/lib/parser.py
+++ b/
loader/lib/parser.py
@@
-157,7
+157,7
@@
class ArchivesParser(object):
b = b.replace(u'\udbff\n\udef8', '')
# Remove postgres specific mail footer - if it's there
- m = _re_footer.match(b)
+ m =
self.
_re_footer.match(b)
if m:
b = m.group(1)
return b