summaryrefslogtreecommitdiff
path: root/si-report.py
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2023-07-16 02:05:51 -0400
committerMarek Olšák <marek.olsak@amd.com>2024-04-24 12:33:28 -0400
commit2dfadec608cece3b05be6bb1ffe1a21af8a2d724 (patch)
treeb9277e9bd0e79bdba24ab8a37278d620a843b7ca /si-report.py
parenta0411a1a0da019d939ac2e8796aa72beed49cfce (diff)
si-report.py: use python3 instead of python
"python" doesn't exist on Ubuntu 22.04.
Diffstat (limited to 'si-report.py')
-rwxr-xr-xsi-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/si-report.py b/si-report.py
index 2172ca8..19ea4a2 100755
--- a/si-report.py
+++ b/si-report.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: */
#
# Copyright 2015 Advanced Micro Devices, Inc.