bisect-kit: fix mis-rebased code
BUG=None
TEST=None
Change-Id: I3bc8c2927019acc6faa1e111b1aca1b78dd97a12
Reviewed-on: https://chromium-review.googlesource.com/1118202
Commit-Ready: Kuang-che Wu <kcwu@chromium.org>
Tested-by: Kuang-che Wu <kcwu@chromium.org>
Reviewed-by: Chung-yih Wang <cywang@google.com>
diff --git a/bisect_android_repo.py b/bisect_android_repo.py
index a9c01ae..899adf0 100755
--- a/bisect_android_repo.py
+++ b/bisect_android_repo.py
@@ -108,7 +108,7 @@
opts.board = cros_util.query_dut_board(opts.dut)
if not opts.branch:
version = cros_util.query_dut_short_version(opts.dut)
- if not cros_util.is_cros_short_localbuild_version(version):
+ if not cros_util.is_cros_short_version(version):
base = '.'.join(version.split('.')[:-1] + ['0'])
logger.info('ChromeOS version of DUT (%s) is local build, '
'use its base version %s to determine Android branch',