Don't set blamelist_pins on the json output.
The blamelist_pins attribute is being set on the json output, which is a dictionary. This only works right now because json.output currently uses OrderedDict as the dict type. With removal of support for python2, dict could be used since its iteration order is insertion order in python3. This change removes setting the blamelist_pins attribute since its not used anywhere and it will allow json.output to use plain dict. Change-Id: Ie19b87d61903774454df2d395acf695eaa39b201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4617204 Commit-Queue: Garrett Beaty <gbeaty@google.com> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com> Auto-Submit: Garrett Beaty <gbeaty@google.com> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com>changes/04/4617204/2
parent
dedeb88991
commit
3ffad8166e
Loading…
Reference in New Issue