0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 14:12:52 +00:00

🔨 Fix firmware upload (#24499)

This commit is contained in:
GHGiampy 2022-07-15 10:18:57 +02:00 committed by GitHub
parent 0f5703a837
commit 6eef807520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,9 +84,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
debugPrint(f'<< {clean_response}')
return clean_responses
#------------------#