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 3a482e7 commit 08bd1abCopy full SHA for 08bd1ab
CI/build/arduino-cli.py
@@ -468,7 +468,7 @@ def find_board():
468
else:
469
raise subprocess.CalledProcessError(1, "No fqbn")
470
except subprocess.CalledProcessError as e:
471
- print("No fqbn detail found for " + e.cmd + "!")
+ print("No fqbn detail found for:\"" + " ".join(e.cmd) + "\"!")
472
if board_found:
473
board_fqbn = collections.OrderedDict(sorted(board_found.items()))
474
0 commit comments