diff options
| author | Barry Warsaw | 2007-07-16 23:55:49 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-07-16 23:55:49 -0400 |
| commit | b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a (patch) | |
| tree | 5893e3908f89d8dd988c7844827d83e60ab6c532 /Mailman/bin/rmlist.py | |
| parent | 327865eaf118f40063366acad9c7d97487e010d6 (diff) | |
| download | mailman-b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a.tar.gz mailman-b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a.tar.zst mailman-b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a.zip | |
Diffstat (limited to 'Mailman/bin/rmlist.py')
| -rw-r--r-- | Mailman/bin/rmlist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/bin/rmlist.py b/Mailman/bin/rmlist.py index 26dbd1df7..fcc47b3f0 100644 --- a/Mailman/bin/rmlist.py +++ b/Mailman/bin/rmlist.py @@ -83,7 +83,7 @@ def delete_list(listname, mlist=None, archives=True, quiet=False): ]) for dirtmpl, msg in removeables: - path = os.path.join(config.VAR_PREFIX, dirtmpl) + path = os.path.join(config.VAR_DIR, dirtmpl) remove_it(listname, path, msg, quiet) |
