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:
parent
fcafc8719a
commit
6179b15449
@ -31,7 +31,7 @@ if [ "$langs" = "" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
python python/pull.py $langs
|
python2 python/pull.py $langs
|
||||||
|
|
||||||
if [ "$ALL" = "y" ]; then
|
if [ "$ALL" = "y" ]; then
|
||||||
# We must do this until java Locale class is updated...
|
# We must do this until java Locale class is updated...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user