diff options
Diffstat (limited to 'modules/mm_archive.py')
| -rw-r--r-- | modules/mm_archive.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mm_archive.py b/modules/mm_archive.py index e73ef02d2..5c572c751 100644 --- a/modules/mm_archive.py +++ b/modules/mm_archive.py @@ -55,6 +55,7 @@ class Archiver: ] def UpdateArchive(self): + # This method is being deprecated, in favor of external archiver! if not self.archive: return archive_file_name = os.path.join(self._full_path, ARCHIVE_PENDING) |
