[prepare-code-coverage-artifact.py] Change run line to use python3

This commit is contained in:
Nico Weber
2025-11-07 18:52:56 -05:00
parent 70b86ab217
commit 9decb102d9

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python
from __future__ import print_function
#!/usr/bin/env python3
"""Prepare a code coverage artifact.