Skip to content
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

Add decode call to icetea application list output #874

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Add decode call to icetea application list output #874

merged 1 commit into from
Mar 21, 2019

Conversation

JuhPuur
Copy link
Contributor

@JuhPuur JuhPuur commented Mar 21, 2019

proc.stdout.read() returns a bytestring, and python3 doesn't like it when later we try to find a regular string within it.
Fixes compiling icetea applications with python3.

@theotherjimmy theotherjimmy merged commit 3fb77db into ARMmbed:master Mar 21, 2019
theotherjimmy added a commit to theotherjimmy/mbed-cli that referenced this pull request Mar 22, 2019
## Fixes
* ARMmbed#870 Use input() instead of raw_input() for py3
* ARMmbed#874 Add decode call to icetea application list output

## New features
* ARMmbed#873 allow tag to be used in mbed import
@theotherjimmy theotherjimmy mentioned this pull request Mar 22, 2019
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 this pull request may close these issues.

2 participants