Skip to content

Commit cfb70df

Browse files
committed
typofix
1 parent 5151de0 commit cfb70df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def run_or_die(cmd, error):
138138
if not IS_LEARNING_SYS:
139139
try:
140140
os.symlink(BUILD_DIR, os.environ['HOME']+'/Arduino/libraries/Adafruit_Test_Library')
141-
catch FileExistsError:
141+
except FileExistsError:
142142
pass
143143

144144
################################ Install dependancies

0 commit comments

Comments
 (0)