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

TypeError: 'bool' object is not callable in open() #8

Closed
robberwick opened this issue Dec 30, 2019 · 0 comments · Fixed by #9
Closed

TypeError: 'bool' object is not callable in open() #8

robberwick opened this issue Dec 30, 2019 · 0 comments · Fixed by #9

Comments

@robberwick
Copy link
Contributor

is_open is a boolean, not a method, so https://github.com/PowerBroker2/pySerialTransfer/blob/master/pySerialTransfer/pySerialTransfer.py#L136 fails with TypeError: 'bool' object is not callable

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