diff --git a/batch_craft_table.sh b/batch_craft_table.sh index 21c21d5..0851226 100755 --- a/batch_craft_table.sh +++ b/batch_craft_table.sh @@ -18,7 +18,7 @@ do cd "$filename" || exit if [ -f "craft-latex-table.py" ]; then - python craft-latex-table.py + python3 craft-latex-table.py fi cd - || exit