Skip to content

Commit 05fc4f1

Browse files
committed
Update python_lint shebang to 'python3'
With the Python 3 changes to the repo, the linter now needs to be called with python3 explicitly, so that there are no syntax errors.
1 parent 3086bfc commit 05fc4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/python_lint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# This source file is part of the Swift.org open source project
44
#

0 commit comments

Comments
 (0)