Merge pull request #150 from putama/master

Minor fix for tables pretty-print view script
This commit is contained in:
Panupong (Ice) Pasupat 2017-07-11 16:16:29 -07:00 committed by GitHub
commit 7eabe5794a
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ else
echo "Usage: ./tables/view csv/XXX-csv/YYY.csv OR ./tables/view XXX YYY"
exit 1
fi
[ -f filename ] || filename=lib/data/tables/$filename
[ -f filename ] || filename=lib/data/WikiTableQuestions/$filename
view -c "set nowrap" $filename