Skip to content

Commit 092a5ec

Browse files
committed
ok
1 parent 373f0c0 commit 092a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def test_examples_in_folder(folderpath):
365365
filename = generate_uf2(folderpath)
366366
if filename is None:
367367
success = 1 # failure
368-
else if IS_LEARNING_SYS:
368+
elif IS_LEARNING_SYS:
369369
fqbnpath, uf2file = filename.split("/")[-2:]
370370
os.makedirs(BUILD_DIR+"/build", exist_ok=True)
371371
os.makedirs(BUILD_DIR+"/build/"+fqbnpath, exist_ok=True)

0 commit comments

Comments
 (0)