summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-07-08 15:56:59 +0000
committerbwarsaw2002-07-08 15:56:59 +0000
commitd0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2 (patch)
treea0cd406fc2e5c3ee0a1197bf3f843e1e5291ce06
parent3539490ae4b294c63ed89e5d8a4e92945a6a1839 (diff)
downloadmailman-d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2.tar.gz
mailman-d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2.tar.zst
mailman-d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2.zip
-rw-r--r--bin/fix_url.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fix_url.py b/bin/fix_url.py
index 3806902aa..bc694691e 100644
--- a/bin/fix_url.py
+++ b/bin/fix_url.py
@@ -33,6 +33,7 @@ def fix_url(mlist):
mlist.web_page_url = mm_cfg.DEFAULT_URL_PATTERN % mm_cfg.DEFAULT_URL_HOST
print _('Saving list')
mlist.Save()
+ mlist.Unlock()