diff options
| author | bwarsaw | 1998-05-26 19:49:39 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-05-26 19:49:39 +0000 |
| commit | df641cc7caa93090df5ee7cb6177b490b8bdc6bb (patch) | |
| tree | b8ed1b15c1deddb82a4d0895b89d2e934a3595f7 /modules/mm_archive.py | |
| parent | 4359a89efa125c8ebbc49c1b6ca98e195d4fb7b4 (diff) | |
| download | mailman-df641cc7caa93090df5ee7cb6177b490b8bdc6bb.tar.gz mailman-df641cc7caa93090df5ee7cb6177b490b8bdc6bb.tar.zst mailman-df641cc7caa93090df5ee7cb6177b490b8bdc6bb.zip | |
Fixed minor conversion typo
Diffstat (limited to 'modules/mm_archive.py')
| -rw-r--r-- | modules/mm_archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mm_archive.py b/modules/mm_archive.py index 82877d015..76f8c3130 100644 --- a/modules/mm_archive.py +++ b/modules/mm_archive.py @@ -52,7 +52,7 @@ class Archiver: self.public_archive_file_dir = mm_cfg.PUBLIC_ARCHIVE_FILE_DIR self.private_archive_file_dir = mm_cfg.PRIVATE_ARCHIVE_FILE_DIR self.archive_directory = os.path.join(mm_cfg.HTML_DIR, - 'archives' + 'archives', self._internal_name) def GetBaseArchiveURL(self): |
