* commit '6ce8ae761b8a238ce215638510230baed277235f': common.py: Fix the build.
This commit is contained in:
commit
88aea00628
1 changed files with 5 additions and 2 deletions
|
@ -1261,6 +1261,9 @@ class BlockDifference(object):
|
|||
self.path = os.path.join(tmpdir, partition)
|
||||
b.Compute(self.path)
|
||||
|
||||
if src is None:
|
||||
_, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict)
|
||||
else:
|
||||
_, self.device = GetTypeAndDevice("/" + partition,
|
||||
OPTIONS.source_info_dict)
|
||||
|
||||
|
|
Loading…
Reference in a new issue