Skip to content

Commit

Permalink
minor change to extractover: two parameters instead of three
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@358 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Oct 17, 2008
1 parent a5b633d commit 0b2ed78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/tools/extractover
Expand Up @@ -7,5 +7,5 @@ cd ../..
SLPS=${PWD}
cd ${LOCAL1}

python ${SLPS}/topics/presentation/metrics/extractor_overview.py $1 $2 $3
python ${SLPS}/topics/presentation/metrics/extractor_overview.py $1 $2 `dirname $1`
rm -f *.data
2 changes: 1 addition & 1 deletion topics/presentation/metrics/extractor_overview.py
Expand Up @@ -172,7 +172,7 @@ def extractall(path):
texwrite(tbl,'&')
tbl = reopenafter(tbl,tblname,total)
texwrite(tbl,'\\\\')
texwrite(tbl,'\\end{tabular}')
texwrite(tbl,'\\hline\\end{tabular}')
sys.exit(0)
else:
print 'Usage:'
Expand Down

0 comments on commit 0b2ed78

Please sign in to comment.