Update the shebang to python3

It's needed downstream when packaging. In RDO and Fedora,
we are hitting the issue "ERROR: ambiguous python shebang" during
the build.

Change-Id: I19d99f96d9687c27e04e8cc2ecbf61b42a4dcdf3
This commit is contained in:
Joel Capitao 2023-07-26 17:47:40 +02:00
parent 474068e487
commit f06ac135d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import json
import sys
params = json.loads(sys.stdin.read())