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

AttributeError: 'google.protobuf.pyext._message.ScalarMapContainer' object has no attribute 'extend' #672

Closed
dizcology opened this issue Oct 19, 2020 · 3 comments
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@dizcology
Copy link
Collaborator

GAPIC package generated with this proto has failing unit test with the following error:

AttributeError: 'google.protobuf.pyext._message.ScalarMapContainer' object has no attribute 'extend'
@software-dov
Copy link
Contributor

Can you add a section of which unit test is failing? I'm fairly certain that this bug is fixed by #660, but I want to be sure.

@software-dov software-dov linked a pull request Oct 19, 2020 that will close this issue
@software-dov software-dov added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 19, 2020
@software-dov
Copy link
Contributor

Is the bug still present when using the most recent generator version?

@software-dov
Copy link
Contributor

This should be fixed by #660 and can be reopened if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants