summaryrefslogtreecommitdiff
path: root/cbuildbot/binhost.py
diff options
context:
space:
mode:
authorDavid James <davidjames@google.com>2015-03-26 19:04:53 -0700
committerDavid James <davidjames@chromium.org>2015-03-27 03:05:37 +0000
commit21ec73857e6387e79af0a45aec466b07eab3aa15 (patch)
treeafa78513f1d541f338c07ad8b2f9d9c8fb7a63f7 /cbuildbot/binhost.py
parent570dc91472daf7f74b0e6d3cc00760f0431ee44b (diff)
downloadchromite-21ec73857e6387e79af0a45aec466b07eab3aa15.tar.gz
binhost: Consistently pass in lists to FetchCompatIds function.
BUG=chromium:470988, chromium:443254 TEST=Look at the pre-cq results. Change-Id: Icc5807347a36c6ec568a60c9dccb9d3cd9a0c89d Reviewed-on: https://chromium-review.googlesource.com/262802 Reviewed-by: Aviv Keshet <akeshet@chromium.org> Tested-by: David James <davidjames@chromium.org>
Diffstat (limited to 'cbuildbot/binhost.py')
-rw-r--r--cbuildbot/binhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbuildbot/binhost.py b/cbuildbot/binhost.py
index c1885be7d..5ae81b4ae 100644
--- a/cbuildbot/binhost.py
+++ b/cbuildbot/binhost.py
@@ -282,7 +282,7 @@ class CompatIdFetcher(object):
"""Generate a dict mapping BoardKeys to their associated CompatId.
Args:
- board_keys: A list BoardKey objects to fetch.
+ board_keys: A list of BoardKey objects to fetch.
"""
# pylint: disable=method-hidden
logging.info('Fetching CompatId objects...')