'RepeatedScalarFieldContainer' object has no attribute 'add'

the above error is coming in protobuff. is somebody having any idea of it??


This comes for repeated variable in another repeated variable.
ex

message rep1{
repeated bytes str=1;
}

message rep2{
optional rep1 rp=1;
}

message main1
{
repeadted rep2 rp2=1;
}


error occur when I try to create rep1 variable from rep2.

please help

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to