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

Commit c1817038 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Re-raise exceptions instead of sys.exit"

parents 08eb6d93 6c17ed31
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()