Migrate printing/backend/PRESUBMIT.py to Python 3
Fixed: 1212051 Change-Id: Idf7a390f58043db0d21b4f68c3ae9cc55fbdde40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2941111 Auto-Submit: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#889402}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ecb32f6893
commit
ff92557369
@ -9,6 +9,8 @@ See https://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
|
||||
for more details about the presubmit API.
|
||||
"""
|
||||
|
||||
USE_PYTHON3 = True
|
||||
|
||||
def _CheckForStringViewFromNullableIppApi(input_api, output_api):
|
||||
"""
|
||||
Looks for all affected lines in CL where one constructs either
|
||||
|
Reference in New Issue
Block a user