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

Cast packet enum types #95

Merged
merged 5 commits into from
Nov 14, 2023
Merged

Cast packet enum types #95

merged 5 commits into from
Nov 14, 2023

Conversation

VanL15
Copy link
Contributor

@VanL15 VanL15 commented Nov 14, 2023

In the Packet str() method, cast the enums to their correct types in order to successfully call .name on the values.

Copy link
Contributor

@ianwood103 ianwood103 left a comment

Choose a reason for hiding this comment

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

amazing work!

@VanL15 VanL15 merged commit 30782dd into main Nov 14, 2023
1 check passed
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.

Edit packet str() function to cast enums to their types before calling .name
2 participants