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

Commit a988cae6 authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

Merge "Don't check the stderr output from bsdiff/imgdiff" am: 07a42991 am: 759dcbd1

am: 6b3337db

Change-Id: Ic845bffaa3e92b708188963ce7389e1b16b9045f
parents d8432e23 6b3337db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1385,7 +1385,7 @@ class Difference(object):
          p.kill()
          th.join()

      if err or p.returncode != 0:
      if p.returncode != 0:
        print("WARNING: failure running %s:\n%s\n" % (
            diff_program, "".join(err)))
        self.patch = None