Show More
@@ -74,6 +74,7 b' class BackupManager(object):' | |||||
74 |
|
74 | |||
75 |
|
75 | |||
76 | def rm_file(self): |
|
76 | def rm_file(self): | |
|
77 | logging.info('Removing file %s', self.backup_file_name) | |||
77 | os.remove(os.path.join(self.backup_file_path, self.backup_file_name)) |
|
78 | os.remove(os.path.join(self.backup_file_path, self.backup_file_name)) | |
78 |
|
79 | |||
79 |
|
80 |
General Comments 0
You need to be logged in to leave comments.
Login now