diff options
author | Marek Olšák <marek.olsak@amd.com> | 2023-07-16 02:05:51 -0400 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2024-04-24 12:33:28 -0400 |
commit | 2dfadec608cece3b05be6bb1ffe1a21af8a2d724 (patch) | |
tree | b9277e9bd0e79bdba24ab8a37278d620a843b7ca /si-report.py | |
parent | a0411a1a0da019d939ac2e8796aa72beed49cfce (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-x | si-report.py | 2 |
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. |