Merge "releasetools: Fix the wrong command when falling back to bsdiff."
This commit is contained in:
commit
f2a3454fa5
|
@ -768,6 +768,7 @@ class BlockImageDiff(object):
|
||||||
message.append(
|
message.append(
|
||||||
"Fell back and generated with bsdiff instead for %s" % (
|
"Fell back and generated with bsdiff instead for %s" % (
|
||||||
xf.tgt_name,))
|
xf.tgt_name,))
|
||||||
|
xf.style = "bsdiff"
|
||||||
with lock:
|
with lock:
|
||||||
warning_messages.extend(message)
|
warning_messages.extend(message)
|
||||||
del message[:]
|
del message[:]
|
||||||
|
|
Loading…
Reference in New Issue