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

Commit 9a2ef432 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Re-raise exceptions instead of sys.exit" am: c1817038 am: e9a711bc

Original change: https://android-review.googlesource.com/c/platform/build/+/1673906

Change-Id: I2aba3242c54cb43dfc00c9a32fd41d73bd4a3b1e
parents 533b8d05 e9a711bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1383,6 +1383,6 @@ if __name__ == '__main__':
    main(sys.argv[1:])
  except common.ExternalError as e:
    print("\n   ERROR: %s\n" % (e,))
    sys.exit(1)
    raise
  finally:
    common.Cleanup()