1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Force python2 when running Transifex updates

This commit is contained in:
Cristian Maglie 2019-09-13 12:13:04 +02:00
parent fcafc8719a
commit 6179b15449

View File

@ -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...