Skip to content

makecorever.py fails on build due to typo in platform.txt #5798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
AcuarioCat opened this issue Feb 21, 2019 · 0 comments · Fixed by #5800
Closed

makecorever.py fails on build due to typo in platform.txt #5798

AcuarioCat opened this issue Feb 21, 2019 · 0 comments · Fixed by #5800

Comments

@AcuarioCat
Copy link

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.

@AcuarioCat 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
fix esp8266#5798: from @AcuarioCat: There is a typo in platform.txt on line 87 that causes makecorever.py to fail.
devyte pushed a commit that referenced this issue Feb 21, 2019
fix #5798: from @AcuarioCat: There is a typo in platform.txt on line 87 that causes makecorever.py to fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant