Skip to content

Commit 4ba18f6

Browse files
authored
Use python3 not legacy python
On most systems python is python2, and on macOS this fails if you don't have a python2 install or a python3 install that is overriding python.
1 parent 58919ef commit 4ba18f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Utilities/build-script-helper.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/env python
2-
3-
from __future__ import print_function
1+
#!/usr/bin/env python3
42

53
import argparse
64
from distutils import file_util

0 commit comments

Comments
 (0)