mirror of https://github.com/percyliang/sempre
fix table path in pretty-print view script
This commit is contained in:
parent
98cb9a7b13
commit
4307ce4949
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue