From 5a2e65aefe298f98b0ed831384b45c011b1660e5 Mon Sep 17 00:00:00 2001 From: GHGiampy <83699429+GHGiampy@users.noreply.github.com> Date: Fri, 15 Jul 2022 10:18:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20firmware=20upload=20(#2449?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/share/scripts/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/scripts/upload.py b/buildroot/share/scripts/upload.py index 31d5620f4e62..52fa1abc549b 100644 --- a/buildroot/share/scripts/upload.py +++ b/buildroot/share/scripts/upload.py @@ -84,9 +84,9 @@ def _Recv(): try: clean_response = Resp.decode('utf8').rstrip().lstrip() clean_responses.append(clean_response) + debugPrint(f'<< {clean_response}') except: pass - debugPrint(f'<< {clean_response}') return clean_responses #------------------#