mirror of https://github.com/CGAL/cgal
For the moment, documentation_parser.py is a python2 script
This commit is contained in:
parent
5b6f3abac2
commit
c9780d93e4
|
|
@ -28,7 +28,7 @@ FAILURES=()
|
||||||
for dir in $PATH_TO_DOC/*
|
for dir in $PATH_TO_DOC/*
|
||||||
do
|
do
|
||||||
OUTPUT=$(basename $dir)
|
OUTPUT=$(basename $dir)
|
||||||
python ../documentation_parser.py $dir/xml > ./"$OUTPUT.txt"
|
python2 ../documentation_parser.py $dir/xml > ./"$OUTPUT.txt"
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "$dir OK"
|
echo "$dir OK"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue