aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images_buildid_test.py
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@chromium.org>2016-07-29 13:17:07 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-29 17:28:55 -0700
commit0c6b64a92171fc48773c6f83fcff4ee8e07b013b (patch)
tree698ea14dc90af4a6d69e7a122581a2227d445747 /crosperf/download_images_buildid_test.py
parentb45d1fa0609e196e48077314598ce9a17b1e6173 (diff)
downloadtoolchain-utils-0c6b64a92171fc48773c6f83fcff4ee8e07b013b.tar.gz
toolchain-utils: make file formatting conform to tc_pyformat.
BUG=chromium:632109 TEST=None Change-Id: Ie3da2fa8707478b60e51a237adac7da11e180f9f Reviewed-on: https://chrome-internal-review.googlesource.com/272169 Commit-Ready: Rahul Chaudhry <rahulchaudhry@google.com> Tested-by: Rahul Chaudhry <rahulchaudhry@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'crosperf/download_images_buildid_test.py')
-rwxr-xr-xcrosperf/download_images_buildid_test.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/crosperf/download_images_buildid_test.py b/crosperf/download_images_buildid_test.py
index 690ebd98..bbb87b64 100755
--- a/crosperf/download_images_buildid_test.py
+++ b/crosperf/download_images_buildid_test.py
@@ -19,10 +19,11 @@ class ImageDownloaderBuildIDTest(object):
def __init__(self):
parser = optparse.OptionParser()
- parser.add_option('-c',
- '--chromeos_root',
- dest='chromeos_root',
- help='Directory containing ChromeOS root.')
+ parser.add_option(
+ '-c',
+ '--chromeos_root',
+ dest='chromeos_root',
+ help='Directory containing ChromeOS root.')
options = parser.parse_args(sys.argv[1:])[0]
if options.chromeos_root is None: