mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
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:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
from __future__ import print_function
|
||||
import argparse
|
||||
import glob
|
||||
|
||||
Reference in New Issue
Block a user