Skip to content

Commit 9decb10

Browse files
committed
[prepare-code-coverage-artifact.py] Change run line to use python3
1 parent 70b86ab commit 9decb10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/utils/prepare-code-coverage-artifact.py

Lines changed: 1 addition & 3 deletions
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
"""Prepare a code coverage artifact.
64

0 commit comments

Comments
 (0)