Skip to content

Commit e659722

Browse files
committed
??
1 parent a1cd2c9 commit e659722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def test_examples_in_folder(folderpath):
366366
filename = generate_uf2(folderpath)
367367
if filename is None:
368368
success = 1 # failure
369-
elif IS_LEARNING_SYS:
369+
if IS_LEARNING_SYS:
370370
fqbnpath, uf2file = filename.split("/")[-2:]
371371
os.makedirs(BUILD_DIR+"/build", exist_ok=True)
372372
os.makedirs(BUILD_DIR+"/build/"+fqbnpath, exist_ok=True)

0 commit comments

Comments
 (0)