diff options
| author | Barry Warsaw | 2008-03-22 22:01:31 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-03-22 22:01:31 -0400 |
| commit | 1152d9a475f29c49bf342782b2037bb2a28def9b (patch) | |
| tree | 80dfebebb912a4993ead5af6bb22d5ad0197f301 /mailman/app | |
| parent | 78aeaf14e41c473655267d8a0fad175c783012e7 (diff) | |
| download | mailman-1152d9a475f29c49bf342782b2037bb2a28def9b.tar.gz mailman-1152d9a475f29c49bf342782b2037bb2a28def9b.tar.zst mailman-1152d9a475f29c49bf342782b2037bb2a28def9b.zip | |
Rename rmlist to remove_list, and let it take multiple -l command line
arguments.
Added a MultipleMailingListOptions subclass.
Diffstat (limited to 'mailman/app')
| -rw-r--r-- | mailman/app/lifecycle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/app/lifecycle.py b/mailman/app/lifecycle.py index 7d8dbb3cf..396e8da39 100644 --- a/mailman/app/lifecycle.py +++ b/mailman/app/lifecycle.py @@ -114,4 +114,4 @@ def remove_list(fqdn_listname, mailing_list=None, archives=True): elif os.path.isfile(target): os.unlink(target) else: - log.error('Could not delete list artifact: $target') + log.error('Could not delete list artifact: %s', target) |
