commit | 26da73121e364e58614c141ed95c61aa2edad1d9 | [log] [tgz] |
---|---|---|
author | Ruchi Jahagirdar <rjahagir@google.com> | Tue May 08 14:33:11 2018 -0700 |
committer | chrome-bot <chrome-bot@chromium.org> | Thu May 10 19:40:56 2018 -0700 |
tree | 6f46ea4a74fb573e5d959ecfebe52162c6b7a27f | |
parent | 7e6bc6d3575cd7885052ee67bfba3a227461736d [diff] |
[Chaos] Fixing space TEST=None BUG=None Change-Id: I00fd23b59020a3a2e5efab0ac2e0bd82fb9c140d Reviewed-on: https://chromium-review.googlesource.com/1050790 Commit-Ready: Ruchi Jahagirdar <rjahagir@chromium.org> Tested-by: Ruchi Jahagirdar <rjahagir@chromium.org> Reviewed-by: Ruchi Jahagirdar <rjahagir@chromium.org>
diff --git a/server/cros/ap_configurators/ap_configurator_factory.py b/server/cros/ap_configurators/ap_configurator_factory.py index aba367f..12c28d2 100644 --- a/server/cros/ap_configurators/ap_configurator_factory.py +++ b/server/cros/ap_configurators/ap_configurator_factory.py
@@ -481,7 +481,7 @@ # of the AP and skip AFE calls. if spec.hostnames is None: matching_aps = self._get_aps_by_lab_location(spec.lab_ap, - matching_aps) + matching_aps) # TODO(@rjahagir): Uncomment to use datastore methods. # matching_aps = self._get_ds_aps_by_lab_location(spec.lab_ap, # matching_aps)