Skip to content

parse data will change enum value type from enum to int #169

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

Closed
wildfire810 opened this issue Oct 25, 2020 · 1 comment · Fixed by #293
Closed

parse data will change enum value type from enum to int #169

wildfire810 opened this issue Oct 25, 2020 · 1 comment · Fixed by #293

Comments

@wildfire810
Copy link

            data = bytes(circuitLine)
            ret = PBCircuitLine().parse(data)  # type: 'PBCircuitLine'

circuitLine:
image
ret:
image

@upcFrost
Copy link

I think it's duplicate for #157

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.

2 participants