Skip to content

Commit

Permalink
change executable to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 30, 2023
1 parent 3df835e commit 9d92341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tools/python.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build_year = "${python_build_year}"
<attribute name="failonerror" default="true"/>
<element name="args" implicit="true"/>
<sequential>
<exec executable="python" failonerror="@{failonerror}">
<exec executable="python3" failonerror="@{failonerror}">
<args/>
</exec>
</sequential>
Expand Down

0 comments on commit 9d92341

Please sign in to comment.