Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac39bef4 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "common.py: Fix the build."

parents 543b28d4 aac4ad56
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1259,6 +1259,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)