Merge "Replace 'raise StopIteration' with 'return'"

This commit is contained in:
Zuul 2018-06-29 16:42:54 +00:00 committed by Gerrit Code Review
commit 98bb1e7800
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class RsyncEngine(engine.BackupEngine):
"""
if not old_file_meta:
raise StopIteration
return
# If the ctime or mtime has changed, the delta is computed
# data block is returned