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

Cannot write out control networks with any log data in them #137

Closed
jessemapel opened this issue Jan 2, 2020 · 0 comments · Fixed by #138
Closed

Cannot write out control networks with any log data in them #137

jessemapel opened this issue Jan 2, 2020 · 0 comments · Fixed by #138
Assignees

Comments

@jessemapel
Copy link
Contributor

When trying to write out a network with log data in it, I get the following error: AttributeError: Assignment not allowed to repeated field "log" in protocol message object.

This is due to trying to assign over a repeated field in the protobuf message. You must instead extend the field.

I am working on a fix for this.

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.

1 participant