Skip to content

Commit

Permalink
Force python2 when running Transifex updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Sep 13, 2019
1 parent fcafc87 commit 6179b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino-core/src/processing/app/i18n/pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ "$langs" = "" ]; then
fi


python python/pull.py $langs
python2 python/pull.py $langs

if [ "$ALL" = "y" ]; then
# We must do this until java Locale class is updated...
Expand Down

0 comments on commit 6179b15

Please sign in to comment.