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 thinkyhead committed Jul 24, 2022
1 parent dddbc4d commit 0caf234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/scripts/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ def _Recv():
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

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

0 comments on commit 0caf234

Please sign in to comment.