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
1 changed files with 1 additions and 1 deletions

View File

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