Skip to content

Commit 6179b15

Browse files
committed
Force python2 when running Transifex updates
1 parent fcafc87 commit 6179b15

File tree

1 file changed

+1
-1
lines changed
  • arduino-core/src/processing/app/i18n

1 file changed

+1
-1
lines changed

Diff for: arduino-core/src/processing/app/i18n/pull.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ "$langs" = "" ]; then
3131
fi
3232

3333

34-
python python/pull.py $langs
34+
python2 python/pull.py $langs
3535

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

0 commit comments

Comments
 (0)