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

Commit 59c4d759 authored by Yifan Hong's avatar Yifan Hong Committed by Gerrit Code Review
Browse files

Merge "releasetools: better logs."

parents 420a9315 a4140d22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2937,7 +2937,7 @@ class Difference(object):
          th.join()

      if p.returncode != 0:
        logger.warning("Failure running %s:\n%s\n", diff_program, "".join(err))
        logger.warning("Failure running %s:\n%s\n", cmd, "".join(err))
        self.patch = None
        return None, None, None
      diff = ptemp.read()