From 6179b154490ba01a6c6a5aebbec4f585310e44d5 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 13 Sep 2019 12:13:04 +0200 Subject: [PATCH] Force python2 when running Transifex updates --- arduino-core/src/processing/app/i18n/pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino-core/src/processing/app/i18n/pull.sh b/arduino-core/src/processing/app/i18n/pull.sh index 3c3469d66..216522200 100755 --- a/arduino-core/src/processing/app/i18n/pull.sh +++ b/arduino-core/src/processing/app/i18n/pull.sh @@ -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...