Browse Source

🔨 Fix firmware upload (#24499)

GHGiampy 3 years ago
parent
commit
6eef807520
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/scripts/upload.py

+ 1
- 1
buildroot/share/scripts/upload.py View File

@@ -84,9 +84,9 @@ def Upload(source, target, env):
84 84
             try:
85 85
                 clean_response = Resp.decode('utf8').rstrip().lstrip()
86 86
                 clean_responses.append(clean_response)
87
+                debugPrint(f'<< {clean_response}')
87 88
             except:
88 89
                 pass
89
-            debugPrint(f'<< {clean_response}')
90 90
         return clean_responses
91 91
 
92 92
     #------------------#

Loading…
Cancel
Save