We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5da64 commit d538ebcCopy full SHA for d538ebc
tools/psoc6/mpy-psoc6.py
@@ -164,7 +164,7 @@ def parse_output_for_error(fwloader_stdout):
164
fwloader_out_lines = fwloader_stdout.decode().split("\n")
165
for line in fwloader_out_lines:
166
if "Error" in line:
167
- colour_str_error("warning: " + line.strip("Error: "))
+ print("fw-loader output: \n" + fwloader_stdout.decode())
168
169
print("Updating kitprog3 firmware...")
170
fwloader_cmd = "fw-loader --update-kp3 all"
0 commit comments