aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images_buildid_test.py
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@chromium.org>2015-12-29 08:46:50 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-12-29 18:53:51 +0000
commit26d821d63ace64a4ea72ff1b7ad262b232f2e607 (patch)
treed214c009e32fc3caf0f06b70896d397ff75a367f /crosperf/download_images_buildid_test.py
parent054a1230c49dc49d09c015ed83f9aeb3a96b87da (diff)
downloadtoolchain-utils-26d821d63ace64a4ea72ff1b7ad262b232f2e607.tar.gz
crosperf: fix lint warnings.
BUG=chromium:570454 TEST=unittest passes, lint warning is gone. Change-Id: I4801d560990ad2ed20e30d5cefd5f1ec2c6c5a3d Reviewed-on: https://chrome-internal-review.googlesource.com/243408 Commit-Ready: Yunlian Jiang <yunlian@google.com> Tested-by: Yunlian Jiang <yunlian@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'crosperf/download_images_buildid_test.py')
-rwxr-xr-xcrosperf/download_images_buildid_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/download_images_buildid_test.py b/crosperf/download_images_buildid_test.py
index e3352f8e..690ebd98 100755
--- a/crosperf/download_images_buildid_test.py
+++ b/crosperf/download_images_buildid_test.py
@@ -68,7 +68,7 @@ class ImageDownloaderBuildIDTest(object):
print "Translating '%s'" % test_id
self.tests_run = self.tests_run + 1
- result = downloader._GetBuildID(self.chromeos_root, test_id)
+ result = downloader.GetBuildID(self.chromeos_root, test_id)
# Verify that we got a build id back.
self.assertIsNotNone(result, 'result')