mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
[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:
parent
883a64e8ee
commit
cdee8004c6
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user