aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen/run_report.sh
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/report_gen/run_report.sh')
-rwxr-xr-xresources/tools/report_gen/run_report.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh
index c867d35bea..b2db731c09 100755
--- a/resources/tools/report_gen/run_report.sh
+++ b/resources/tools/report_gen/run_report.sh
@@ -198,7 +198,7 @@ fi
# Generate tables for performance improvements
if [[ ${DEBUG} -eq 0 ]] ;
then
- ./run_improvments_tables.py \
+ python run_improvments_tables.py \
--input ${DIR[DTR,PERF,VPP,IMPRV]} \
--output ${DIR[DTR,PERF,VPP,IMPRV]}
fi