Fix the path of RichQueue

Change-Id: I448453e1d6d6459c81cb63f4e7a85994204f7a73
This commit is contained in:
wu.chunyang 2018-03-21 17:43:13 +08:00
parent 5c78d36f84
commit 348fe7ea82

View File

@ -40,7 +40,7 @@ class FsLikeStorage(physical.PhysicalStorage):
def write_backup(self, rich_queue, backup): def write_backup(self, rich_queue, backup):
""" """
Stores backup in storage Stores backup in storage
:type rich_queue: freezer.streaming.RichQueue :type rich_queue: freezer.utils.streaming.RichQueue
:type backup: freezer.storage.base.Backup :type backup: freezer.storage.base.Backup
""" """
backup = backup.copy(storage=self) backup = backup.copy(storage=self)