GHGiampy 3 роки тому
джерело
коміт
6eef807520
Аккаунт користувача з таким Email не знайдено
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
     #------------------#

Завантаження…
Відмінити
Зберегти