mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-09 08:07:45 -07:00
🔨 Fix firmware upload (#24499)
This commit is contained in:
parent
b09997d137
commit
5a46b900d8
1 changed files with 1 additions and 1 deletions
|
|
@ -64,9 +64,9 @@ def Upload(source, target, env):
|
|||
try:
|
||||
clean_response = Resp.decode('utf8').rstrip().lstrip()
|
||||
clean_responses.append(clean_response)
|
||||
debugPrint(f'<< {clean_response}')
|
||||
except:
|
||||
pass
|
||||
if Debug: print(f'<< {clean_response}')
|
||||
return clean_responses
|
||||
|
||||
#------------------#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue