We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MessageValue.Field
In some cases, creating the printable representation of MessageValue fails due to an undefined attribute __last in Field:
MessageValue
__last
Field
<[AttributeError("'Field' object has no attribute '_Field__last'") raised in repr()] MessageValue object at 0x7fc772733f10>
The text was updated successfully, but these errors were encountered:
Fix undefined attribute
b06b2e6
Ref. #1045
1d3fc0b
treiher
Successfully merging a pull request may close this issue.
In some cases, creating the printable representation of
MessageValue
fails due to an undefined attribute__last
inField
:The text was updated successfully, but these errors were encountered: