------------------------------------------------------------
revno: 6623
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: endtoend
timestamp: Mon 2008-03-31 13:04:23 -0400
message:
Fix the scrubber doctest.
modified:
mailman/pipeline/scrubber.py
=== modified file 'mailman/pipeline/scrubber.py'
--- a/mailman/pipeline/scrubber.py 2008-03-30 04:06:07 +0000
+++ b/mailman/pipeline/scrubber.py 2008-03-31 17:04:23 +0000
@@ -497,7 +497,7 @@
fp.write(decodedpayload)
fp.close()
# Now calculate the url to the list's archive.
- baseurl = get_primary_archiver().get_list_url(mlist)
+ baseurl = get_primary_archiver(mlist).get_list_url()
if not baseurl.endswith('/'):
baseurl += '/'
# Trailing space will definitely be a problem with format=flowed.
--
Primary development focus
https://code.launchpad.net/~mailman-coders/mailman/3.0
You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org