From d0bc6c24e1acf9b42debd09cd7dbdc0a9848cfb2 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 8 Jul 2002 15:56:59 +0000 Subject: fix_url(): J.D. Bronson notes that we need to leave the list unlocked or we end up with lock turds. --- bin/fix_url.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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() -- cgit v1.3.1