[code-health] Migrate crashpad PRESUBMIT.py to python3

Bug: 1212081
Change-Id: Ibb90b861acb53655b33a67778f28a2d052698e18
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2979473
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
Fabrice de Gans 2021-06-22 10:25:50 -07:00 committed by Crashpad LUCI CQ
parent 883a64e8ee
commit cdee8004c6

View File

@ -13,6 +13,9 @@
# limitations under the License. # limitations under the License.
USE_PYTHON3 = True
def CheckChangeOnUpload(input_api, output_api): def CheckChangeOnUpload(input_api, output_api):
return input_api.canned_checks.CheckChangedLUCIConfigs( return input_api.canned_checks.CheckChangedLUCIConfigs(
input_api, output_api) input_api, output_api)