Skip to content

Commit

Permalink
馃敤 Fix firmware upload (MarlinFirmware#24499)
Browse files Browse the repository at this point in the history
  • Loading branch information
GHGiampy authored and imp67 committed Sep 4, 2022
1 parent 9673623 commit a00b166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/scripts/upload.py
Expand Up @@ -84,9 +84,9 @@ def _Recv():
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

#------------------#
Expand Down

0 comments on commit a00b166

Please sign in to comment.