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

fixed baud map bug #117

Merged
merged 1 commit into from
Oct 7, 2021
Merged

fixed baud map bug #117

merged 1 commit into from
Oct 7, 2021

Conversation

aedsinger
Copy link
Contributor

Python3 values() and keys() returns a class, not a list as with Python2. Fixed by casting keys() and values() to a list so works in both Py2 and Py3. Unittest passes in both.

@aedsinger aedsinger merged commit eba0567 into develop Oct 7, 2021
@aedsinger aedsinger deleted the bugfix/baud_rate_attribute_error branch October 7, 2021 04:05
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