mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
build: use python 2 shebang for git scripts (#25335)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user