Skip to content

Commit b64a59c

Browse files
author
ladyada
committed
remove
1 parent 1b72ada commit b64a59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if "Adafruit_Learning_System_Guides" in BUILD_DIR:
3939
print("Found learning system repo")
4040
IS_LEARNING_SYS = True
41-
os.rm(BUILD_DIR + "/ci/examples/Blink/Blink.ino")
41+
os.remove(BUILD_DIR + "/ci/examples/Blink/Blink.ino")
4242
os.rmdir(BUILD_DIR + "/ci/examples/Blink")
4343
elif "METROX-Examples-and-Project-Sketches" in BUILD_DIR:
4444
print("Found MetroX Examples Repo")

0 commit comments

Comments
 (0)