We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b72ada commit b64a59cCopy full SHA for b64a59c
build_platform.py
@@ -38,7 +38,7 @@
38
if "Adafruit_Learning_System_Guides" in BUILD_DIR:
39
print("Found learning system repo")
40
IS_LEARNING_SYS = True
41
- os.rm(BUILD_DIR + "/ci/examples/Blink/Blink.ino")
+ os.remove(BUILD_DIR + "/ci/examples/Blink/Blink.ino")
42
os.rmdir(BUILD_DIR + "/ci/examples/Blink")
43
elif "METROX-Examples-and-Project-Sketches" in BUILD_DIR:
44
print("Found MetroX Examples Repo")
0 commit comments