Matt Tennant has uploaded a new change for review.
Change subject: sync_package_status: fix bug in determining index of Tracker column.
......................................................................
sync_package_status: fix bug in determining index of Tracker column.
All runs of sync_package_status were failing to write to the spreadsheet,
but really the problem was that it did not have a valid index for the
Tracker column in the spreadsheet. Since this script only ever writes
to that column the issue seemed like a general write problem, but it
was not.
The lookup of the Tracker column simply needed to change the name
from "Tracker" to "tracker" before looking it up, as it does in
other calls to the spreadsheet API.
BUG=chromium-os:30779
TEST=`sync_package_status --owner=mtennant` runs through now, creating
issues for outdated packages and inserting links into spreadsheet.
Change-Id: I7b1c75b3563d907a35c4b3c21509580b7d999c36
---
M scripts/sync_package_status.py
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://
gerrit.chromium.org:29418/chromiumos/chromite refs/changes/84/22584/1
--
To view, visit
https://gerrit.chromium.org/gerrit/22584
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b1c75b3563d907a35c4b3c21509580b7d999c36
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/chromite
Gerrit-Branch: master
Gerrit-Owner: Matt Tennant <
mten...@chromium.org>