From bc8610f277630ca273f0b486f281b11a08208e98 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 5 Dec 2020 11:47:09 +0100 Subject: [PATCH] Force python3 Force python3 (#10057) --- pio-tools/espupload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pio-tools/espupload.py b/pio-tools/espupload.py index d7f7e9512..5e127785f 100755 --- a/pio-tools/espupload.py +++ b/pio-tools/espupload.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # espupload by Theo Arends - 20170930 #