mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Use pylint 2.7 for depot_tools
This includes a few fixes for specific errors, and disables several new warnings introduced in this version, in order to allow for an incremental migration. Bug:1262286 Change-Id: Ie97d686748c9c952e87718a65f401c5f6f80a5c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3400616 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
This commit is contained in:
committed by
LUCI CQ
parent
9a4db25b50
commit
22bf605bb6
@@ -135,10 +135,10 @@ def get_targets(args, parser, use_null_terminator):
|
||||
# Take stdin as a newline or null separated list of files.
|
||||
if use_null_terminator:
|
||||
return sys.stdin.read().split('\0')
|
||||
else:
|
||||
return sys.stdin.read().splitlines()
|
||||
else:
|
||||
return args
|
||||
|
||||
return sys.stdin.read().splitlines()
|
||||
|
||||
return args
|
||||
|
||||
|
||||
def upload_to_google_storage(
|
||||
|
||||
Reference in New Issue
Block a user