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

pyboard changes needed for rshell #1264

Closed
wants to merge 1 commit into from

Conversation

dhylands
Copy link
Contributor

This is a small change I needed to make to pyboard.py in order to make rshell.py work.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0%) to 93.82% when pulling 3ac7f4f on dhylands:pyboard-rshell-changes into d7b7d5f on micropython:master.

@@ -125,7 +127,7 @@ def eval(self, expression):
ret = ret.strip()
return ret

def exec(self, command):
def exec(self, command, data_consumer=None):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to pass data_consumer to exec_raw on the following line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. I don't use the data_consumer, so that line could remain the same as it was before.

@dhylands
Copy link
Contributor Author

I updated the PR so that exec remains unmodified.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.81% when pulling f47c4b4 on dhylands:pyboard-rshell-changes into 861670b on micropython:master.

@dpgeorge
Copy link
Member

Merged in 97ce883.

@dpgeorge dpgeorge closed this May 18, 2015
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.

None yet

3 participants