Merge "Fix the path of RichQueue"

This commit is contained in:
Zuul 2018-04-19 10:23:00 +00:00 committed by Gerrit Code Review
commit 12c9db8a3c
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)