Skip to content

Commit 88ab7a7

Browse files
committed
Remove the whole blink example folder
This started failing in the Learning System Guides when I added .generate files.
1 parent b6254ad commit 88ab7a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: build_platform.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
if "Adafruit_Learning_System_Guides" in BUILD_DIR:
4141
print("Found learning system repo")
4242
IS_LEARNING_SYS = True
43-
os.remove(BUILD_DIR + "/ci/examples/Blink/Blink.ino")
44-
os.rmdir(BUILD_DIR + "/ci/examples/Blink")
43+
shutil.rmtree(BUILD_DIR + "/ci/examples/Blink")
4544
elif "METROX-Examples-and-Project-Sketches" in BUILD_DIR:
4645
print("Found MetroX Examples Repo")
4746
IS_LEARNING_SYS = True

0 commit comments

Comments
 (0)