You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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> |
2 years ago | |
|---|---|---|
| .. | ||
| examples | 2 years ago | |
| resources | 2 years ago | |
| tests | 2 years ago | |
| __init__.py | 2 years ago | |
| api.py | 2 years ago | |
| test_api.py | 4 years ago | |