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
             try:
84
             try:
85
                 clean_response = Resp.decode('utf8').rstrip().lstrip()
85
                 clean_response = Resp.decode('utf8').rstrip().lstrip()
86
                 clean_responses.append(clean_response)
86
                 clean_responses.append(clean_response)
87
+                debugPrint(f'<< {clean_response}')
87
             except:
88
             except:
88
                 pass
89
                 pass
89
-            debugPrint(f'<< {clean_response}')
90
         return clean_responses
90
         return clean_responses
91
 
91
 
92
     #------------------#
92
     #------------------#

Loading…
Cancel
Save