Skip to content

Commit 71cd2e3

Browse files
committed
Remove extension for executed script
1 parent 58e0e2a commit 71cd2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatetools/clustertools/gate_power_merge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ do
599599
done
600600

601601
echo "compute job statistics"
602-
computeElapsedTime.py ${rundir} gate
602+
computeElapsedTime ${rundir} gate
603603
test -x "statJobs.txt" && mv "statJobs.txt" "${outputdir}/statJobs.txt"
604604

605605

0 commit comments

Comments
 (0)