Skip to content

Commit

Permalink
Update batch_craft_table.sh
Browse files Browse the repository at this point in the history
Change python to python3
  • Loading branch information
Deadpoolmine authored Jun 1, 2023
1 parent 70744d7 commit 4e2c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch_craft_table.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e2c27d

Please sign in to comment.