projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf45f1
)
Missing object reference
author
Magnus Hagander
<magnus@hagander.net>
Sun, 12 Aug 2012 15:56:25 +0000
(17:56 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 12 Aug 2012 15:56:25 +0000
(17:56 +0200)
loader/lib/parser.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/lib/parser.py
b/loader/lib/parser.py
index bba1c3e6268979e9306edda8912f087296de37bb..18be02b7b72442943de358a77ccd108cfdbe1a89 100644
(file)
--- a/
loader/lib/parser.py
+++ b/
loader/lib/parser.py
@@
-404,7
+404,7
@@
class ArchivesParser(object):
# it's encoded. That's not allowed - they have to be escaped - but
# since there's a fair amount of those, we apply a regex to get
# rid of them.
- m = _re_mailworkaround.search(hdr)
+ m =
self.
_re_mailworkaround.search(hdr)
if m:
hdr = hdr.sub(r'\1', hdr)