Skip to content

Commit

Permalink
int
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Oct 29, 2023
1 parent f6df91c commit 600ada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def generate_uf2(example_path):
ColorPrint.print_info(out.decode("utf-8"))
else:
ColorPrint.print_fail(CROSS)
ColorPrint.print_fail("\n\rERRCODE:", r)
ColorPrint.print_fail("\n\rERRCODE:", str(r))
ColorPrint.print_fail("\n\rOUTPUT: ", out.decode("utf-8"))
ColorPrint.print_fail("\n\rERROR: ", err.decode("utf-8"))
return None
Expand Down

0 comments on commit 600ada1

Please sign in to comment.