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.
2 parents b6254ad + 88ab7a7 commit 37825a4Copy full SHA for 37825a4
build_platform.py
@@ -40,8 +40,7 @@
40
if "Adafruit_Learning_System_Guides" in BUILD_DIR:
41
print("Found learning system repo")
42
IS_LEARNING_SYS = True
43
- os.remove(BUILD_DIR + "/ci/examples/Blink/Blink.ino")
44
- os.rmdir(BUILD_DIR + "/ci/examples/Blink")
+ shutil.rmtree(BUILD_DIR + "/ci/examples/Blink")
45
elif "METROX-Examples-and-Project-Sketches" in BUILD_DIR:
46
print("Found MetroX Examples Repo")
47
0 commit comments