Fix bad merge.
Change-Id: Ifdb2a2999fe13f770c239f47330e8c2c44fdfdbe
This commit is contained in:
@@ -421,8 +421,8 @@ class BlockImageDiff(object):
|
|||||||
else:
|
else:
|
||||||
raise ValueError("unknown transfer style '%s'\n" % xf.style)
|
raise ValueError("unknown transfer style '%s'\n" % xf.style)
|
||||||
|
|
||||||
if free_string:
|
if free_string:
|
||||||
out.append("".join(free_string))
|
out.append("".join(free_string))
|
||||||
|
|
||||||
# sanity check: abort if we're going to need more than 512 MB if
|
# sanity check: abort if we're going to need more than 512 MB if
|
||||||
# stash space
|
# stash space
|
||||||
|
Reference in New Issue
Block a user