瀏覽代碼

🔨 Fix firmware upload (#24499)

GHGiampy 2 年之前
父節點
當前提交
6eef807520
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      buildroot/share/scripts/upload.py

+ 1
- 1
buildroot/share/scripts/upload.py 查看文件

@@ -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…
取消
儲存