Skip to content

Commit 4c807cc

Browse files
committed
tools: generate-reports.sh: Run scripts from $PATH rather than python $
These scripts are installed by setup.py and should be the ones run from the bin path.
1 parent be165f8 commit 4c807cc

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

tools/aggregates.py

100644100755
File mode changed.

tools/check_grantnav_assumptions.py

100644100755
File mode changed.

tools/coverage360.py

100644100755
File mode changed.

tools/generate-reports.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Note these python scripts all assume './data/' dir
33
set -e
44
echo 'Generating status.json'
5-
python aggregates.py
5+
aggregates.py
66
echo 'Generating coverage.json'
7-
python coverage360.py
7+
coverage360.py
88
echo 'Generating report.csv'
9-
python report.py
9+
report.py
1010
echo 'Finished'

tools/report.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)