* commit '6ce8ae761b8a238ce215638510230baed277235f': common.py: Fix the build.
This commit is contained in:
@@ -1261,8 +1261,11 @@ class BlockDifference(object):
|
|||||||
self.path = os.path.join(tmpdir, partition)
|
self.path = os.path.join(tmpdir, partition)
|
||||||
b.Compute(self.path)
|
b.Compute(self.path)
|
||||||
|
|
||||||
_, self.device = GetTypeAndDevice("/" + partition,
|
if src is None:
|
||||||
OPTIONS.source_info_dict)
|
_, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict)
|
||||||
|
else:
|
||||||
|
_, self.device = GetTypeAndDevice("/" + partition,
|
||||||
|
OPTIONS.source_info_dict)
|
||||||
|
|
||||||
def WriteScript(self, script, output_zip, progress=None):
|
def WriteScript(self, script, output_zip, progress=None):
|
||||||
if not self.src:
|
if not self.src:
|
||||||
|
Reference in New Issue
Block a user