You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo in platform.txt on line 87 that causes makecorever.py to fail.
The parameter list has a typo, specifically:
--build_path "{build.path}'
should be
--build_path "{build.path}"
The quotes do not match so the parameter list isn't correctly parsed.
The text was updated successfully, but these errors were encountered:
AcuarioCat
changed the title
makecorever.py fails on build due to typo
makecorever.py fails on build due to typo in platform.txt
Feb 21, 2019
d-a-v
added a commit
to d-a-v/Arduino
that referenced
this issue
Feb 21, 2019
There is a typo in platform.txt on line 87 that causes makecorever.py to fail.
The parameter list has a typo, specifically:
--build_path "{build.path}'
should be
--build_path "{build.path}"
The quotes do not match so the parameter list isn't correctly parsed.
The text was updated successfully, but these errors were encountered: