Merge "releasetools: Fix the wrong command when falling back to bsdiff."

This commit is contained in:
Tao Bao 2017-10-31 21:11:56 +00:00 committed by Gerrit Code Review
commit f2a3454fa5
1 changed files with 1 additions and 0 deletions

View File

@ -768,6 +768,7 @@ class BlockImageDiff(object):
message.append(
"Fell back and generated with bsdiff instead for %s" % (
xf.tgt_name,))
xf.style = "bsdiff"
with lock:
warning_messages.extend(message)
del message[:]