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

Revert bytes([]) to chr() #46

Closed
wants to merge 1 commit into from

Conversation

roaldnefs
Copy link
Contributor

Revert bytes([]) to chr() because it breaks the d.setRFRegister() function.

Unfortunately, I do not have time to resolve #44 and maintain compatibility with Python 3.

This PR fixes #44.

Revert `bytes([])` to `chr()` because it breaks the `d.setRFRegister()` function.

This commit fixes atlas0fd00m#44.

Signed-off-by: Roald Nefs <info@roaldnefs.com>
@roaldnefs
Copy link
Contributor Author

Fixed in d960f01 and f47a554 by @atlas0fd00m, closing this PR.

@roaldnefs roaldnefs closed this Apr 3, 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.

Change from chr to bytes broken code
1 participant