소스 검색

🔨 Fix firmware upload (#24499)

GHGiampy 3 년 전
부모
커밋
6eef807520
No account linked to committer's email address
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…
취소
저장