diff options
| author | bwarsaw | 2002-07-08 15:56:59 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-07-08 15:56:59 +0000 |
| commit | d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2 (patch) | |
| tree | a0cd406fc2e5c3ee0a1197bf3f843e1e5291ce06 | |
| parent | 3539490ae4b294c63ed89e5d8a4e92945a6a1839 (diff) | |
| download | mailman-d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2.tar.gz mailman-d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2.tar.zst mailman-d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2.zip | |
| -rw-r--r-- | bin/fix_url.py | 1 |
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() |
