Skip to content

Commit 13e4c51

Browse files
committed
add(log): say if example specific boards.local.txt not found
1 parent 0c51dc0 commit 13e4c51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_platform.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ def test_examples_in_folder(platform, folderpath):
418418
elif os.path.exists(folderpath+"/boards.local.txt"):
419419
ColorPrint.print_info("Copying boards.local.txt from "+folderpath+"/boards.local.txt")
420420
install_boards_local_txt(":".join(fqbn.split(':')[0:2]), folderpath+"/boards.local.txt")
421+
else:
422+
ColorPrint.print_info("No example-specific boards.local.txt found to copy, using root version")
421423

422424
if BUILD_WARN:
423425
if os.path.exists(gen_file_name):

0 commit comments

Comments
 (0)