build: explicitly run scripts with python3 (#33720)

* build: explicitly run scripts with python3

* chore: update patches

Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
This commit is contained in:
Jeremy Rose 2022-04-12 04:21:55 -07:00 committed by GitHub
parent 59dd17f2cf
commit c0d442364a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 39 additions and 39 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import argparse
import os