gerrit/tools/eclipse
David Pursehouse ffb6e8ca6e project.py: decode byte output from check_result
When running project.py under Python 3, the output is a byte sequence, and
the bazel location gets written to the .bazel_path file as:

  bazel=b'/usr/local/bin/bazel'

This causes launching the project in Eclipse to fail.

To prevent this, decode the byte sequence back to a string.

Change-Id: Ia0e1c7f1e4f934e245dc85d83a01089034679024
2018-03-08 15:36:20 +09:00
..
BUILD Consider plugin's test deps in eclipse classpath generation 2017-05-31 06:42:48 +00:00
gerrit_daemon.launch Bazel: Generate Eclipse classpath 2016-11-15 10:12:44 -08:00
gerrit_gwt_debug.launch Bazel: Generate Eclipse classpath 2016-11-15 10:12:44 -08:00
project.py project.py: decode byte output from check_result 2018-03-08 15:36:20 +09:00