[ninja_log_uploader] fix minor issues

These changes are extracted from https://crrev.com/c/4881800

- rename a variable name to allowlisted
- remove an empty line
- fix typo

Change-Id: Iac2dc1664330311d55b3174ede8929f38f115adc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4886532
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Junji Watanabe <jwata@google.com>
Commit-Queue: Junji Watanabe <jwata@google.com>
This commit is contained in:
Philipp Wollermann
2023-09-22 06:40:54 +00:00
committed by LUCI CQ
parent 67e56f6382
commit af369d8962
2 changed files with 5 additions and 6 deletions

View File

@@ -27,7 +27,6 @@ import sys
import time
import urllib.request
# These build configs affect build performance.
ALLOWLISTED_CONFIGS = ('symbol_level', 'use_goma', 'is_debug',
'is_component_build', 'enable_nacl', 'host_os',