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

Fixes issues with katcpreply repr in py3 #256

Merged
merged 7 commits into from
May 13, 2021

Conversation

tockards
Copy link
Contributor

This PR addresses issues in KATCPReply and its __repr__ method.

katcp.Message arguments are returned as bytes in python 3 this causes issues in KATCPReply __repr__ method using the katcp.compat.ensure_native_str fixes this.

@tockards tockards added the WIP Work In Progress label May 12, 2021
Copy link
Contributor

@ajoubertza ajoubertza left a comment

Choose a reason for hiding this comment

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

LGTM.

Why is it marked as WIP?

@tockards
Copy link
Contributor Author

tockards commented May 12, 2021

@ajoubertza for any suggestions or changes.
OK I will add changes.md and create a minor patch version.

@tockards tockards removed the WIP Work In Progress label May 13, 2021
@tockards tockards merged commit 957ffed into master May 13, 2021
@tockards tockards deleted the user/tockards/P2M-110/katcpreply-py3 branch May 13, 2021 07:55
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.

3 participants