mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-22 18:25:18 +00:00
🔨 Fix firmware upload (#24499)
This commit is contained in:
parent
dddbc4d730
commit
0caf234aa5
@ -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…
Reference in New Issue
Block a user